3/
We are going to modify the file autoexec.bat
- Now you can see the file autoexec.bat in the C: hard drive
window
- Click on it with the right button, then click on modify or
edit. That edits the autoexec.bat file.
- If you don't see the modify or edit option, just open
autoexec.bat with Notepad or Wordpad.
CASE
A
- Here you should see a line beginning with :
SET PATH=................; if you don't see this line click
here for CASE B
- You just need to add the java.exe path AFTER the last
semicolon :
C:\PROGRA~1\J2RE\bin; Don't forget the ending
semicolon
Note
that PROGRA~1 is used instead of PROGRAM FILES
because names in autoexec.bat must not exceed 8 characters.
Example : SET PATH=C:\PROGRA~1\ESAFE\PROTECT;C:\MSSQL7\BINN;
Becomes : SET PATH=C:\PROGRA~1\ESAFE\PROTECT;C:\MSSQL7\BINN;C:\PROGRA~1\J2RE\bin;
(/!\
C:\PROGRA~1\J2RE
must be replaced by YOUR path.
Don't forget the ending semicolon)
- Save the file, then close it.
Et Voila ! Gints is ready. To load it double click on Gints.bat
in the classes directory.
|