Oh, I already have the JDK and JAVA_HOME is pointing to the JDK, but the Command line is always looking in the JRE folder.
-Timothy P.S. I have installed Ant on two computers, only one of them has this problem. ----- Original Message ---- From: Bizard Nicolas (KIRO 41) <[EMAIL PROTECTED]> To: Ant Users List <[email protected]> Sent: Tuesday, October 23, 2007 1:52:54 AM Subject: RE: JAVA-HOME is pointing to JRE Ok. You need a JDK to compile Java classes, JRE is not enough. JRE -> java code execution JDK -> javac ode compilation :-S download the JDK from sun.com install it and let JAVA_HOME point to this new location... Nicolas __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
