Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Keep having the ClassNotFoundException with RCP product launch
Keep having the ClassNotFoundException with RCP product launch [message #35372] Tue, 02 December 2008 18:49 Go to next message
Eclipse UserFriend
Hi, All,

I have a RCP project. It's feature-based. When trying to launch the
program, I keep getting the following error messages. Any idea what's
going on? It is really frustrating that featured-based RCP product has so
many errors.

Thanks so much,
Frank



Error
Tue Dec 02 18:46:03 EST 2008
Exception launching the Eclipse Platform:

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.equinox.launcher.Main.invokeFramework(Main.java: 546)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Re: Keep having the ClassNotFoundException with RCP product launch [message #35546 is a reply to message #35372] Wed, 03 December 2008 15:08 Go to previous message
Eclipse UserFriend
The feature based product will only include bundles that are in the set
of included features. (It will not include required items).

In this exception, it looks like your product might be missing the
org.eclipse.osgi bundle.

Frank Du wrote:
> Hi, All,
>
> I have a RCP project. It's feature-based. When trying to launch the
> program, I keep getting the following error messages. Any idea what's
> going on? It is really frustrating that featured-based RCP product has
> so many errors.
>
> Thanks so much,
> Frank
>
>
>
> Error
> Tue Dec 02 18:46:03 EST 2008
> Exception launching the Eclipse Platform:
>
> 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.equinox.launcher.Main.invokeFramework(Main.java: 546)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
>
>
>
>
Re: Keep having the ClassNotFoundException with RCP product launch [message #586336 is a reply to message #35372] Wed, 03 December 2008 15:08 Go to previous message
Eclipse UserFriend
The feature based product will only include bundles that are in the set
of included features. (It will not include required items).

In this exception, it looks like your product might be missing the
org.eclipse.osgi bundle.

Frank Du wrote:
> Hi, All,
>
> I have a RCP project. It's feature-based. When trying to launch the
> program, I keep getting the following error messages. Any idea what's
> going on? It is really frustrating that featured-based RCP product has
> so many errors.
>
> Thanks so much,
> Frank
>
>
>
> Error
> Tue Dec 02 18:46:03 EST 2008
> Exception launching the Eclipse Platform:
>
> 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.equinox.launcher.Main.invokeFramework(Main.java: 546)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
>
>
>
>
Previous Topic:Plugin Performance Troubleshooting Help
Next Topic:Plugin Performance Troubleshooting Help
Goto Forum:
  


Current Time: Thu Jul 03 04:55:31 EDT 2025

Powered by FUDForum. Page generated in 0.28378 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top