Tagged Questions
1
vote
1answer
1k views
set $JAVA_HOME in eclipse but it goes to another path and say can not find java compiler
I add this line to /home/{user}/.bashrc file:
export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
but when I want to run an ant file in eclipse got this error:
BUILD FAILED
...
0
votes
3answers
482 views
Why System.getProperty(“java.home”) works different for Eclipse 3.4, 3.5, 3.6?
I develop plugins (to be honest I started not so long time ago) and test my plugins on different Eclipses. I have Eclipse 3.4, 3.5, 3.6 installed.
in C:\Program Files\Java there are:
jdk1.5.0_22
...
0
votes
3answers
568 views
Mismatching JVM versions in deploying web-app between Eclipse and Tomcat
I have a web-app, built and compiled in Eclipse, which I want to deploy to my Tomcat 6 (I want to do it manually) and I get a UnsupportedClassVersionError exception which means the JVM tomcat is ...