For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 17 years, 12 months ago by
Loyal Water.
-
AuthorPosts
-
socketriderMemberHi all,
I tried to start MyEclipseIDE with the newest JDK 6 (1.6.07) and behaves really strange: A lot of plugins fail to start with weird exceptions:
java.lang.UnsupportedClassVersionError: com/genuitec/eclipse/examples/core/RepositoryConfigurator (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:161)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:501)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:471)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:430)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:413)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:408)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:289)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1269)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:252)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:49)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:248)
at org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:117)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.ui.internal.Workbench$54.run(Workbench.java:2190)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)I start MyEclipseIDE with following arguments:
“C:\Programme\MyEclipse 6.5\eclipse\eclipse.exe” –vm “C:\Programme\Java\C:\Programme\Java\jdk1.6.0_07\bin\javaw.exe”
Any ideas what is possibly wrong here?
With the previous version of JDK 6 (1.6.06) it was running perfectly.
Thanks!
Lorenzo
August 27, 2008 at 2:30 pm #288641
Loyal WaterMemberLorenzo,
MyEclipse is not certified to run with JDK 1.6 just yet. Maybe the new 1.6 build is causing some compatibility issues.Also, the “java.lang.UnsupportedClassVersionError: com/genuitec/eclipse/examples/core/RepositoryConfigurator (Unsupported major.minor version 49.0) ” error suggests that there is a compatibility issue as well.
Are you sure the plugins that your working with are compatible with this build of JDK 1.6?
August 28, 2008 at 1:37 am #288657
socketriderMemberHi Nipun,
I did not know that MyEclipse is not certified with jdk 1.6. I tried 1.6, because it is much faster than 1.5 (at least during startup). Well, if it is not certified i have to wait until it is. Do you have an idea when this will happen?
Thanks for your help!
Lorenzo
August 28, 2008 at 3:57 pm #288680
Loyal WaterMemberDo you have an idea when this will happen?
We don’t have an ETA for this feature. I’ll keep you posted.
-
AuthorPosts
