View Single Post
Old 06-03-2006, 12:18 AM   #6 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

The Java Runtime Environment (JRE) does not include 'javac'. The JRE allows you to run java programs, but not compile them. 'javac' is in the JDK.

The JDK was previously referred to as the Java SDK. Maybe you have a j2sdk1.4.2_05 directory. If you do, 'javac' will be in the bin subdirectory. You could always just do a search for 'javac.exe' on your hard drive.
jaeusm is offline