-
Notifications
You must be signed in to change notification settings - Fork 3
/
DockGallery.bat
21 lines (15 loc) · 897 Bytes
/
DockGallery.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
::-----------------------------------------------------------------------
:: DockGallery Startup Script
::-----------------------------------------------------------------------
:: ----------------------------------------------------------------------
:: Construct the classpath.
:: ----------------------------------------------------------------------
set CLASSPATH=.;javadocking.jar;samples.jar
:: ----------------------------------------------------------------------
:: Add the application arguments.
:: ----------------------------------------------------------------------
set APP_ARGS=%1 %2 %3 %4 %5 %6 %7 %8 %9
:: ----------------------------------------------------------------------
:: Start the application.
:: ----------------------------------------------------------------------
"%JAVA_HOME%\bin\java" -classpath %CLASSPATH% com.javadocking.dockgallery.DockGallery %APP_ARGS%