Tagged Questions
0
votes
1answer
95 views
Why do I get Exception in thread “main” java.lang.UnsupportedClassVersionError?
I am trying to run a program on eclipse. I am getting the following error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Perlinit : Unsupported major.minor version 51.0
at ...
1
vote
1answer
116 views
“Failed to fetch” error when installing Eclipse!
I am trying to install Eclipse by using the Ubuntu Software center. I do have an Internet connection and I have actually downloaded other software successfully. However, when I try to install Eclipse, ...
0
votes
1answer
143 views
How to configure JDBC, Tomcat for Eclipse IDE on my Ubuntu 12.04
I got an eclipse IDE on my client's machine. He needs to configure JDBC, and Tomcat on this IDE to use for his Java projects. Kindly help. He got mysql installed right now.
9
votes
5answers
4k views
Eclipse has multiple issues after JRE-6 (OpenJDK) upgrade
I'm on 12.04 LTS, and trying to use Eclipse Indigo.
This morning Ubuntu made me update the following packages:
Preparing to replace icedtea-6-jre-cacao 6b24-1.11.3-1ubuntu0.12.04.1 (using ...
5
votes
3answers
2k views
How to use Eclipse with the JDKs provided by 12.04?
I updated to Ubuntu 12.04 and now Eclipse does not accept OpenJDK 6 in /usr/lib/jvm anymore. I tried to install openjdk 7 and it did create two folders in /usr/lib/jvm, but neither is accepted by the ...