ERLEDIGT
NEIN
NEIN
ANTWORTEN
0
0
ZUGRIFFE
2751
2751
EMPFEHLEN
-
17.11.05 22:25 #1
- Registriert seit
- Jun 2002
- Ort
- Saarbrücken (Saarland)
- Beiträge
- 9.886
- Blog-Einträge
- 29
Hallo!
Wer mal ein wenig in das innenleben der Eclipse Laufzeit reinschauen will sollte mal seine Eclipse Instanz mit eclipse -console starten
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
osgi> help ---Eclipse Runtime commands.--- diag - Displays unsatisfied constraints for the specified bundle(s). active - Displays a list of all bundles currently in the ACTIVE state. getprop { name } - Displays the system properties with the given name, or all of them. Valid commands: ---Controlling the OSGi framework--- launch - start the OSGi Framework shutdown - shutdown the OSGi Framework close - shutdown and exit exit - exit immediately (System.exit) gc - perform a garbage collection init - uninstall all bundles setprop <key>=<value> - set the OSGi property ---Controlling Bundles--- install - install and optionally start bundle from the given URL uninstall - uninstall the specified bundle(s) start - start the specified bundle(s) stop - stop the specified bundle(s) refresh - refresh the packages of the specified bundles update - update the specified bundle(s) ---Displaying Status--- status - display installed bundles and registered services ss - display installed bundles (short status) services {filter} - display registered service details packages {<pkgname>|<id>|<location>} - display imported/exported package details bundles - display details for all installed bundles bundle (<id>|<location>) - display details for the specified bundle(s) headers (<id>|<location>) - print bundle headers log (<id>|<location>) - display log entries ---Extras--- exec <command> - execute a command in a separate process and wait fork <command> - execute a command in a separate process ---Controlling Start Level--- sl {(<id>|<location>)} - display the start level for the specified bundle, or for the framework if no bundle specified setfwsl <start level> - set the framework start level setbsl <start level> (<id>|<location>) - set the start level for the bundle(s) setibsl <start level> - set the initial bundle start level ------Controlling the Profiling------ profilelog - Display & flush the profile log messages ---Controlling the Console--- more - More prompt for console output osgi>
Gruss TomJava rocks!
How to become a good Java Programmer?
Does IT in Java and .Net
The only valid measurement of code quality: WTFs / minute
Blog
Xing
Twitter
Ähnliche Themen
-
Eclipse RCP / OSGI und Projekt-Konzept
Von antimon im Forum Swing, Java2D/3D, SWT, JFaceAntworten: 5Letzter Beitrag: 28.08.10, 18:26 -
Eclipse Equinox einfache (programmatische) Verwendung von OSGi Services
Von Thomas Darimont im Forum JavaAntworten: 0Letzter Beitrag: 13.02.10, 16:19 -
Eclipse - Console
Von flashray im Forum JavaAntworten: 3Letzter Beitrag: 11.12.08, 17:38 -
Videotutorials zu Eclipse Equinox OSGi Runtime
Von Thomas Darimont im Forum Java Technology NewsAntworten: 0Letzter Beitrag: 15.01.08, 17:14 -
Interessanter IBM Artikel über die Eclipse OSGi Console
Von Thomas Darimont im Forum Java Technology NewsAntworten: 0Letzter Beitrag: 30.01.07, 10:25






Zitieren
Login





