Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Exception launching the Eclipse Platform
Exception launching the Eclipse Platform [message #460231] Mon, 18 December 2006 09:08 Go to next message
Eclipse UserFriend
Originally posted by: eclipse.patcom.demon.co.uk

Hello

I have just upgraded from 3.1 to 3.2.1 and my Plug-in application will
no longer start. When I use the "Launch an Eclipse application" option
on the plug-in editor, I get an "Exception launching the Eclipse
Platform" message with the following stack trace

java.lang.ArrayIndexOutOfBoundsException: 0
at org.eclipse.core.launcher.Main.getSplashLocation(Main.java:1 642)
at org.eclipse.core.launcher.Main.handleSplash(Main.java:1539)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)

I have not defined a splash screen for the application - this was OK in
3.1, do I need to define one for 3.2?

Thanks

Mike
Re: Exception launching the Eclipse Platform [message #460313 is a reply to message #460231] Tue, 19 December 2006 08:21 Go to previous messageGo to next message
Eclipse UserFriend
Did you use a new workspace when you started? It might be that there's some old data in the pde launch configurations that you can get rid of if that's the case. You can also try deleting the launch configuration and re-creating it; that will also ensure that any cached data for the runtime version will be cleaned.

If that doesn't work, the 'runtime-workspace' (or whatever you called it) could be cleaned and you could try again.

Alex.
Re: Exception launching the Eclipse Platform [message #460479 is a reply to message #460313] Thu, 21 December 2006 09:14 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.patcom.demon.co.uk

Alex Blewitt wrote:
> Did you use a new workspace when you started? It might be that there's some old data in the pde launch configurations that you can get rid of if that's the case. You can also try deleting the launch configuration and re-creating it; that will also ensure that any cached data for the runtime version will be cleaned.
>
> If that doesn't work, the 'runtime-workspace' (or whatever you called it) could be cleaned and you could try again.
>
> Alex.
Hello Alex

I am using the 3.1 workspace but I did add the --clean argument to the
Eclipse startup. I removed and re-created the launch configuration so I
will create a new workspace and copy my plug-in over to it

Thanks

Mike
Previous Topic:Table editing using TableViewer
Next Topic:Minimal Configuration
Goto Forum:
  


Current Time: Mon Mar 24 23:38:10 EDT 2025

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

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

Back to the top