Can't compile or run

Using the Java SDK with TextPad

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

Post Reply
TheSlup

Can't compile or run

Post by TheSlup »

OK. I looked through all of these and couldn't find or skipped over what I was looking for.

When I try to compile or run the application or applet, it gives me an error message saying it can't find c:/windows/system32/javac.. or /appletviewer

I installed all the Java files I could find, but still don't have these in my system32 folder. How/where do I get these?
TheSlup

Post by TheSlup »

The files are javac.exe and appletviewer.exe
Guest

Post by Guest »

These files should be in whatever directory you installed the java sdk in.

ie:
c:\j2sdk1.4.1_02\bin

This should also be added to your path statement
Post Reply