You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- REM Copyright (c) 2001-2002 The Apache Software Foundation. All rights
- REM reserved.
-
- set _CLASSPATHCOMPONENT=%1
- if ""%1""=="""" goto gotAllArgs
- shift
-
- :argCheck
- if ""%1""=="""" goto gotAllArgs
- set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1
- shift
- goto argCheck
-
- :gotAllArgs
- set LOCALCLASSPATH=%_CLASSPATHCOMPONENT%;%LOCALCLASSPATH%
|