I have downloaded the full eclipse for C++ in Ubuntu 9.2 (running on virtual box). However whenever I am trying to run ./eclipse I get a Java exception as:
Exception in thread "main" java.lang.InternalError: Expected reflection field doesn't exist at java.lang.VMClass.getDeclaredConstructors(Native Method) at java.lang.Class.getDeclaredConstructors(Class.java:430) at java.lang.Class.newInstance(Class.java:1116) at java.util.logging.LogManager.createInstance(LogManager.java:854) at java.util.logging.LogManager.readConfiguration(LogManager.java:572)
at java.util.logging.LogManager.readConfiguration(LogManager.java:527) at java.util.logging.LogManager.initLogManager(LogManager.java:203)
at java.util.logging.LogManager.getLogManager(LogManager.java:168)
at java.util.logging.Logger.getLogger(Logger.java:252) at java.util.logging.Logger.getLogger(Logger.java:211) at java.util.logging.Logger$1.run(Logger.java:94) at java.security.AccessController.doPrivileged(AccessController.java:96) at java.util.logging.Logger.(Logger.java:90) at gnu.java.util.jar.JarUtils.(JarUtils.java:65) at java.util.jar.Manifest.read(Manifest.java:162) at java.util.jar.Manifest.(Manifest.java:89) at java.util.jar.JarFile.readManifest(JarFile.java:303) at java.util.jar.JarFile.(JarFile.java:202) at java.util.jar.JarFile.(JarFile.java:181) at jamvm.java.lang.JarLauncher.main(JarLauncher.java:33)
Am I missing anything ? My /usr/bin/java version is 1.5.0 and jamvm version is 1.5.3. My jre version seems to be 1.6.
./eclipse. So a window is popped up with the same exception. – iammilind Aug 3 '11 at 5:12.tar.gzand untar-unzipped it. Then I tried to run./eclipse. At first it was giving error as Java was not present. So I installed java (jamvm) and then I didjava -version. It showed that it's in place. JRE is also 1.6 (but you can let me know the command to check it). Then again tried to run.eclipseand getting this runtime error. – iammilind Aug 3 '11 at 5:20