javaw.exe??? I can't find javac.exe

Using the Java SDK with TextPad

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

Post Reply
Achalon
Posts: 2
Joined: Thu Jul 24, 2003 3:03 pm

javaw.exe??? I can't find javac.exe

Post by Achalon »

I installed j2re-1_4_2-windows-i586-iftw.exe into my computer, to my knoweledge the install dir was here: C:\Program Files\Java\j2re1.4.2\bin

All I can find are the java.exe and javaw.exe files. What happened to the javac.exe file??? Do I need a different version or what?? I did a search and javac.exe is not on my computer.

Please HELP!!! :)
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

The Java Compiler (javac.exe) is existing only in the JDK (Java Development Kit), not in the Runtime Environment.

The folder name j2re1.4.2 is typical for the runtime environment, not for the JDK.

Go to java.sun.com and get the Java Development Kit and install it.
Achalon
Posts: 2
Joined: Thu Jul 24, 2003 3:03 pm

link??

Post by Achalon »

could someone please give me a link this is all I can find:

http://java.sun.com/j2se/1.4.2/download.html

and this is what I downloaded:

Download J2SE v 1.4.2
Windows Installation (info)
Post Reply