[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Cannot export the RCP plug-in to run it in stand-alone mode, help!

Hi, all,

I am using Eclipse 3.1M7 under WinXp.
I created a RCP plugin using Hello template and launched it from Eclipse. 
Everything is OK so far.

Now I want to launch the plugin from outside Elipse so that the other 
computers without Eclipse can run the plugin.
I tried the method mentioned in "Rich Client Tutorial Part1" by Ed Burnette, 
followed every instructions, but fianlly I got error message:

!SESSION 2005-05-27 
23:29:54.802 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -application 
org.eclipse.ui.tutorials.rcp.part1.application
Command-line arguments:  -application 
org.eclipse.ui.tutorials.rcp.part1.application

!ENTRY org.eclipse.osgi 2005-05-27 23:29:55.770
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service.
 at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362)
 at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:160)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.eclipse.core.launcher.Main.invokeFramework(Main.java:330)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:274)
 at org.eclipse.core.launcher.Main.run(Main.java:977)
 at org.eclipse.core.launcher.Main.main(Main.java:952)

Anyone could tell me how do you export RCP plug-ins?

Thanks,
Vince