[Bug 149] New: Eclipse 3.1 doesn't start (Bundle loading problem)

[email protected] Mon, 4 Jul 2005 16:17:06 -0400
Newsgroups gmane.comp.java.vm.sablevm.bugs
Message-ID <[email protected]>
http://sablevm.org/bugs/show_bug.cgi?id=149

           Summary: Eclipse 3.1 doesn't start (Bundle loading problem)
           Product: SableVM
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


While trying to start Eclipse 3.1 with SableVM the following exception happens.
It is confirmed to happen with 1.11.3 debs and the current SableVM trunk.
Note that according to GNU Classpath 0.16 release notes it should work.

!ENTRY org.eclipse.osgi 2005-07-04 15:12:39.47
!MESSAGE Application error
!STACK 1
java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Display
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass 
(BundleLoader.java:403)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass 
(BundleLoader.java:350)
   at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass 
(AbstractClassLoader.java:78)
   at java.lang.ClassLoader.loadClass (ClassLoader.java:304)
   at java.lang.VirtualMachine.createClass (VirtualMachine.java:116)
   at org.eclipse.ui.internal.Workbench.createDisplay (Workbench.java:381)
   at org.eclipse.ui.PlatformUI.createDisplay (PlatformUI.java:155)
   at org.eclipse.ui.internal.ide.IDEApplication.createDisplay 
(IDEApplication.java:128)
   at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:79)
   at org.eclipse.core.internal.runtime.PlatformActivator$1.run 
(PlatformActivator.java:226)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run 
(EclipseStarter.java:376)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run 
(EclipseStarter.java:163)
   at java.lang.reflect.Method.invokeNative (Method.java)
   at java.lang.reflect.Method.invoke (Method.java:616)
   at org.eclipse.core.launcher.Main.invokeFramework (Main.java:334)
   at org.eclipse.core.launcher.Main.basicRun (Main.java:278)
   at org.eclipse.core.launcher.Main.run (Main.java:973)
   at org.eclipse.core.launcher.Main.main (Main.java:948)
   at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
   at java.lang.VirtualMachine.main (VirtualMachine.java:108)

!ENTRY org.eclipse.osgi 2005-07-04 15:12:39.167
!MESSAGE Bundle update@plugins/org.eclipse.swt.gtk.linux.x86_3.1.0.jar [75] 
was not resolved.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.