System cannot find javac.exe or appletviewer.exe

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
a
Posts: 1
Joined: Fri Aug 15, 2003 3:50 am

System cannot find javac.exe or appletviewer.exe

Post 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?
User avatar
talleyrand
Posts: 624
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post 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.
Post Reply