rem ----------------------------------------------------------------------------------------------------------- rem this is a batch file to run picedt with JRE/JDK1.1.x (Win 9x) versions rem Replace "c:\java\lib\swingall.jar" with the path of your own Swing library rem Replace "c:\java\lib\classes.zip" with the path of your own classes.zip (this file should be found in JRE/JDK1.1.x install directory) rem Replace "c:\tex\picedt_1_2.jar" with the path of your own picedt.jar file. rem ----------------------------------------------------------------------------------------------------------- java -classpath .;c:\java\lib\swingall.jar;c:\java\lib\classes.zip;c:\tex\picedt_1_2.jar picedt.Main