– System Setup ——————————-
Operating System and version: XP Pro, SP1
Eclipse version: 2.1.2
Eclipse build id: 200311030802
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: oXygen
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 2.6.200
Eclipse JDK version: 1.4.1_06
Application Server JDK version: 1.4.1_06
Are there any exceptions in the Eclipse log file? No
– Message Body ——————————-
For about 6mo, I ran Lomboz/oXygen without issues. I liked the features/robustness of MyEclipse, so I’m changing to it. I blew away my old install and did a fresh 2.1.2 and then installed MyEclipse. Everyone else on my team is waiting to see how it goes. Debugging w/Tomcat, everything else I want to do works fine. However, my ant build scripts all fail now (EVERY project!). So it must be something systemic. the error I get is
[javac] Compiling 3 source files to D:\PVCS\Gadgets\tngAdmin\build
[javac] BUILD FAILED: file:D:/PVCS/Gadgets/tngAdmin/buildscript/build.xml:169: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
XP environment variables (System and User (I’m trying :?) are:
JAVA_HOME C:\Java\j2sdk1.4.1_06
I’m not sure what else to try. We need the ant builds because we build for different environments and the builds are all controlled by properties files…
Thanks in advance!
bent-O