Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] startApp from osgi console

Hi,
I tried org.eclipse.equinox.examples.app.selector.application, with "any" and "main" thread mode, both visiable, all evironment is the newest 3.4M5 and cvs version plugins:
And at selector I just add 3 lines printlog, no other changes.
my running log as follows:

ANY thread mode
osgi> !SESSION 2008-02-13 06:34:56.906 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
Framework arguments:  -product org.eclipse.equinox.examples.app.selector.product
Command-line arguments:  -product org.eclipse.equinox.examples.app.selector.product -data F:\workspace\3.4/../runtime-AppSelector.product -dev file:F:/workspace/3.4/.metadata/.plugins/org.eclipse.pde.core/AppSelector.product/dev.properties -os win32 -ws win32 -arch x86 -console -consoleLog

yes, I starting... org.eclipse.equinox.internal.app.EclipseAppHandle@109fd93
osgi>
osgi> yes, I run returned.
yes, I dispose...

osgi> startApp org.eclipse.equinox.examples.app.selector.application
Launched application instance: org.eclipse.equinox.examples.app.selector.application.1

osgi> class org.eclipse.equinox.internal.app.EclipseAppHandle
yes, I starting... org.eclipse.equinox.internal.app.EclipseAppHandle@31fb31
yes, I run returned.
yes, I dispose...
In this mode, all seems ok, except must select stop action to close the application. if click windows close button, workbench Realm class would failed.

MAIN_THEAD mode

osgi> !SESSION 2008-02-13 06:37:02.468 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
Framework arguments:  -product org.eclipse.equinox.examples.app.selector.product
Command-line arguments:  -product org.eclipse.equinox.examples.app.selector.product -data F:\workspace\3.4/../runtime-AppSelector.product -dev file:F:/workspace/3.4/.metadata/.plugins/org.eclipse.pde.core/AppSelector.product/dev.properties -os win32 -ws win32 -arch x86 -console -consoleLog

class org.eclipse.equinox.internal.app.EclipseAppHandle
yes, I starting... org.eclipse.equinox.internal.app.EclipseAppHandle@141b571
yes, I run returned.
yes, I dispose...
osgi>

osgi> apps
org.eclipse.equinox.app.error [not launchable]
org.eclipse.swt.examples.addressbook.app [launchable]
org.eclipse.equinox.examples.app.selector.application [launchable]

osgi> startApp org.eclipse.equinox.examples.app.selector.application
Launched application instance: org.eclipse.equinox.examples.app.selector.application.1

osgi> apps
org.eclipse.equinox.app.error [not launchable]
org.eclipse.swt.examples.addressbook.app [not launchable]
org.eclipse.equinox.examples.app.selector.application [running] [not launchable]

osgi> stopApp org.eclipse.equinox.examples.app.selector.application
Stopped application instance: org.eclipse.equinox.examples.app.selector.application.1

osgi> startApp org.eclipse.swt.examples.addressbook.app
Launched application instance: org.eclipse.swt.examples.addressbook.app.0

osgi> close

In the MAIN_THREAD mode, the first time ok, but close it, and start again, the selector application no more visible. and the address app window can only window main frame, no address table.

Could you give some hints?
--
致敬
向雅

Back to the top