Georgi Georgiev
-
2004-02-29
- priority: 5 --> 4
Running the SqlDeveloper plugin under Eclipse with JRE
1.3.x will produce
java.lang.UnsupportedClassVersionError:
sqldeveloper/SqlDeveloperPlugin
(Unsupported major.minor version 48.0)
Cause:
Possible cause is that Sqldeveloper is compiled for JRE
1.4 with no backward compatibility options.
Workaround:
Use Eclipse with JVM 1.4 or later.
Thanks to Renato Baviera for the bug report.