Open GoogleCodeExporter opened 9 years ago
Veloeclipse seems to be compiled with JDK 1.6. You are most likely running your
eclipse ide with a Java version below 1.6. Therefore the
UnsupportedClassVersionError. Try running Eclipse with a JDK version 1.6.
If you already have a JDK 1.6 installed, put these two(!) lines at the
beginning of
your eclipse.ini:
-vm
C:/path/to/jdk-1.6.0_16/bin/javaw.exe
Original comment by frank.sc...@gmail.com
on 1 Nov 2009 at 2:29
Thanks . long looking for the solution
Original comment by kunal.ki...@gmail.com
on 29 Nov 2009 at 10:02
Original issue reported on code.google.com by
kristine...@gmail.com
on 8 Oct 2009 at 7:34