Setting the JDK Path*
To set the PATH permanently, open the AUTOEXEC.BAT file with the DOS editor or within Notepad (DOS editor example). Look for the PATH statement. If you don’t have one, add one. If you’re not sure where to add the path, add it to the right end of the PATH. For example, in the following PATH statement, we have added the bin directory at the right end: PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\JDK1.2.2\BIN
The PATH can be a series of directories separated by semi-colons(;).
To make the path take effect in the current Command Prompt window, execute
Now, we are ready to use the JDK to start building our first Applet. Let us go to *Sun Javasoft documentation. |
||||||||||||||