Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP App won't start - default config.ini looks incomplete
RCP App won't start - default config.ini looks incomplete [message #452653] Tue, 11 July 2006 16:07 Go to next message
Eclipse UserFriend
Originally posted by: mntbiknfool.yahoo.com

Hi,

I just installed Eclipse Version: 3.2.0
build id: M20060629-1905 and cannot get one of my products to launch from the IDE. I keep getting the error message shown below. Upon debug and investigation, it doesn't look like Eclipse is finding the OSGI components it needs to bootstrap itself (at least it looks this way with my limited experience). I have included the launch debug output and the default config.ini file. Does anyone have any idea why the RCP product works fine on everyone else's computer and not mine? Any help would be appreciated. Thanks!!

~Jim



~~~ Error Message ~~~
!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.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)


~~~ Console Debug on Startup ~~~~~~
Configuration location:
file:/C:/JMB Workspace/.metadata/.plugins/org.eclipse.pde.core/bpass.prod uct/
Configuration file:
file:/C:/JMB Workspace/.metadata/.plugins/org.eclipse.pde.core/bpass.prod uct/config.ini loaded
Install location:
file:/C:/temp2/eclipse-RCP-3.2-win32/eclipse/
Framework located:
file:/C:/temp/eclipse-SDK-3.2-win32/eclipse/org.eclipse.osgi
Framework classpath:

~~~~~ config.ini file ~~~~~

#Configuration File
#Tue Jul 11 08:42:28 PDT 2006
osgi.bundles=
osgi.bundles.defaultStartLevel=4
osgi.install.area=file\:C\:\\temp2\\eclipse-RCP-3.2-win32\\e clipse
osgi.framework=org.eclipse.osgi
osgi.configuration.cascaded=false
Re: RCP App won't start - default config.ini looks incomplete [message #452698 is a reply to message #452653] Thu, 13 July 2006 00:25 Go to previous message
Eclipse UserFriend
Originally posted by: mntbiknfool.yahoo.com

Problem solved! I don't know why, but the product run configuration did not have any of the plugins selected so naturally the config.ini could not be generated correctly! Once I discovered this, I simply selected the necessary plugins in the menu path Run->Run...Eclipse Application->xxx.product plugin tab. You ever feel stupid when you find out what the real problem is???
Previous Topic:A widget like the Palm desktop address view
Next Topic:EclipseStarter ClassNotFound; RCP won't start
Goto Forum:
  


Current Time: Fri Oct 04 22:18:20 GMT 2024

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

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

Back to the top