11 lines
286 B
Batchfile
11 lines
286 B
Batchfile
|
@Title Swingset
|
||
|
|
||
|
@Rem $Id: Swingset.bat,v 1.1 2002/03/17 02:29:49 jjanke Exp $
|
||
|
@Rem Put the swing.properties file in the \rje\lib directory
|
||
|
@set JAVA_HOME=D:\j2sdk1.4.0
|
||
|
|
||
|
@Rem
|
||
|
%JAVA_HOME%\jre\bin\java -jar %JAVA_HOME%\demo\jfc\SwingSet2\SwingSet2.jar
|
||
|
|
||
|
@Echo done ...
|
||
|
@Sleep 10
|