posted 23 years ago
Hi Natasha,
Doco is right. The problem you're having is the system PATH variable is not set to find javac. All the executables for the JAVA SDK are located in the bin subdirectory of wherever the SDK is installed. I'm not sure about XP, but for Win 2000 if you right click MyComputer and select properties, that will bring up the System Properties dialog. You then click the Advanced tab and next the Environment Variables button. Scroll down in the bottom window (System variables) and highlight the PATH variable and click Edit. In the Variable value text window, click at the end of the line and add ;<SDK PATH>/bin. You need to substitue <SDK PATH> for the real path. For example C:\j2sdk1.4.1
Hope this helps,
Michael Morris
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher