Fix for 69234 git-svn-id: svn://10.0.0.236/trunk@87567 18797224-902f-48f8-a5cc-f745e15eee43
8 lines
283 B
Batchfile
Executable File
8 lines
283 B
Batchfile
Executable File
rem * set JDKHOME to your jdk directory
|
|
set JDKHOME=c:\java\jdk1.3
|
|
|
|
rem * set DIST to your mozilla binaries
|
|
set DIST=c:\ws\mozilla\mozilla\dist\win32_d.obj
|
|
|
|
set PATH=%path%;%jdkhome%\jre\bin;%jdkhome%\jre\bin\classic;%dist%\bin\components
|
|
set CLASSPATH=%claspath%;%dist%\..\classes;. |