Dan, the "Java 1.5" you have on your machine is a JRE (Java Runtime
Environment). And since it's a runtime environment, it can only run existing
Java code. It doesn't include the javac compiler. What you need is the JDK
(Java Development Kit). You can download that here:
http://java.sun.com/j2se/1.5.0/download.jsp
by clicking on the link "Download JDK 5.0 Update 5".
Regards
PC2
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On
Behalf Of Dan
Sent: October 20, 2005 09:28
To: java400-l@xxxxxxxxxxxx
Subject: Help finding javac (java compiler) on WinXP
(Preface: I'm very much a newbie with Java.)
Where do I find and how do I install javac.exe for WinXP?