Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 246698

Summary: Webstart with RCP java 6
Product: [Eclipse Project] Equinox Reporter: Dennis Melzer <dennis.m>
Component: FrameworkAssignee: equinox.framework-inbox <equinox.framework-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3 CC: tjwatson
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dennis Melzer CLA 2008-09-09 07:30:55 EDT
Build ID: M20080221-1800

Steps To Reproduce:
Hello,

I use eclipse 3.4 (I tried it with 3.3 and 3.2 too --> same error) and my RCP works fine with java webstart 1.5.
But it doesnt work with java webstart 1.6 

!SESSION Mon Sep 08 18:15:24 CEST 2008 -----------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 2008-09-08 18:15:24.609
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:333)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.WebStartMain.basicRun(WebStartMain.java:61)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.WebStartMain.main(WebStartMain.java:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

What could be wrong?


More information:
Comment 1 Thomas Watson CLA 2008-09-09 09:30:05 EDT
Please try with a 3.4.1 build.

*** This bug has been marked as a duplicate of bug 240500 ***