System cannot find javac.exe or appletviewer.exe
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
System cannot find javac.exe or appletviewer.exe
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?
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
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.
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.