I found the Gathering Information About Your Plug-in page.
On windows you have to start eclipse with java.exe (instead of javaw.exe) in odrer to ge a console window. Therefore, add
-vm C:\YOURVMPATH\bin\java.exe
tho the eclipse start command (or shortcut). To get the OSGI console -consol
as startup parameter.Now to see all plugins (and the state of the plugins) simply type
ss
into the console. To get a stracktrace of all threads hit ctrl-break in the console window (I had a hard time finding the break key on my keyboard. it's the top right key on my keyboard)
Actually, you don't have to explicitly specify -vm. If you use -console or -consolelog (unrelated), the native launcher (eclipse.exe) will use java.exe instead of javaw.exe to start Eclipse.
ReplyDeleteA simpler way is to add -console in the eclipse.ini and let the exe find java.exe for you.
ReplyDeleteThank you for the post it cleared up some plugins for me
ReplyDeleteThanks it is a good support, now to start the osgi console? is definitely simple utilizing your recommendation. Thank you
ReplyDelete