Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » RCP and M8
RCP and M8 [message #152407] Mon, 05 April 2004 13:15 Go to next message
Eclipse UserFriend
Hey,

Building a stand alone RCP application with M8 doesn't seem to work.
Everything works fine until you try to launch the application using the M8
provided Eclipse.exe.

Launching with a clean 'configuration' directory results in the included
log message (see below).

The log message indicates a dependency on org.eclipse.ui.ide, which we
explicitly *don't* want to include.

Is there something in Eclipse.exe that would cause the dpendancy on
org.eclipse.ui.ide?

-Mitch


!SESSION Apr 05, 2004 10:18:05.250
---------------------------------------------
java.version=1.4.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.osgi Apr 05, 2004 10:18:05.250
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Unable to locate application extension:
org.eclipse.ui.ide.workbench
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:263)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:239)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
at org.eclipse.core.launcher.Main.run(Main.java:692)
at org.eclipse.core.launcher.Main.main(Main.java:676)
Re: RCP and M8 [message #152601 is a reply to message #152407] Mon, 05 April 2004 22:37 Go to previous message
Eclipse UserFriend
Originally posted by: pascal.ibm.canada

It seems that you forgot to specify the application to run (-application
appId)

PaScaL

Mitch Christensen wrote:
> Hey,
>
> Building a stand alone RCP application with M8 doesn't seem to work.
> Everything works fine until you try to launch the application using the M8
> provided Eclipse.exe.
>
> Launching with a clean 'configuration' directory results in the included
> log message (see below).
>
> The log message indicates a dependency on org.eclipse.ui.ide, which we
> explicitly *don't* want to include.
>
> Is there something in Eclipse.exe that would cause the dpendancy on
> org.eclipse.ui.ide?
>
> -Mitch
>
>
> !SESSION Apr 05, 2004 10:18:05.250
> ---------------------------------------------
> java.version=1.4.1_01
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> !ENTRY org.eclipse.osgi Apr 05, 2004 10:18:05.250
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: Unable to locate application extension:
> org.eclipse.ui.ide.workbench
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:263)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:239)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:117)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
> at org.eclipse.core.launcher.Main.run(Main.java:692)
> at org.eclipse.core.launcher.Main.main(Main.java:676)
>
>
Previous Topic:M8: Usability with multiple editors
Next Topic:Reformatting only part of a source file?
Goto Forum:
  


Current Time: Mon Jul 21 22:30:18 EDT 2025

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

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

Back to the top