Page 1 of 1
System cannot find javac.exe or appletviewer.exe
Posted: Fri Aug 15, 2003 3:55 am
by a
When i click on compile or run Java applet it says it cannot find specified file. the file is supposed to be in C:/Windows but it isnt. Wat should i do?
Posted: Fri Aug 15, 2003 6:05 pm
by talleyrand
Unless you did something funky on your install, your javac and appletviewer ought to be in something like
c:\j2sdkVERSION\bin
where VERSION is something like 1.4.1.
You can always find it by going to a command prompt (Start -> Run cmd or command {YMMV}
From there type dir /s appletviewer.exe
Optionally, you might have your tools configured incorrectly. Without more info I can't tell you what's wrong.