[Jadclipse-develop] [ jadclipse-Bugs-1603613 ] Unsupported Class Version Error when activating JadC
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2006-12-23 13:05:55
|
Bugs item #1603613, was opened at 2006-11-27 09:51 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1603613&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: Marco van Meegen (mvmsoft) >Assigned to: Johann Gyger (jgyger) Summary: Unsupported Class Version Error when activating JadClipse Initial Comment: Using Eclipse with JDK 1.4.2, Eclipse 3.2.1, JadClipse 3.2.3 gives an error when Jad is invoked, e.g. trying to open preferences. org.osgi.framework.BundleException: The activator net.sf.jadclipse.JadclipsePlugin for bundle net.sf.jadclipse is invalid at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:141) but the root exception seems to be: Caused by: java.lang.UnsupportedClassVersionError: net/sf/jadclipse/JadclipsePlugin (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-12-23 13:05 Message: Logged In: YES user_id=7927 Originator: NO Yes, 3.2.3 was built with 5.0 compliance by accident. Should be fixed in 3.2.4. Please verify. - Johann ---------------------------------------------------------------------- Comment By: Marco van Meegen (mvmsoft) Date: 2006-11-27 09:54 Message: Logged In: YES user_id=775542 Originator: YES It works with Jadclipse 3.2.2. Maybe 3.2.3 was compiled with 1.5 compliance ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1603613&group_id=40205 |