You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On osgifx.org there is a very nice console that mixes a lot of nice tabs (see image below), it is done by @amitjoy (see repository here : https://github.com/amitjoy/osgifx)
This osgi console is a java fx external application that must connect using the osgi.fx.agent.port parameter (but could use the default value without setting it).
So the goal of this new spy will be to open the the osgifx console in a separate application and connect it automatically...
(In the same spirit we could think to define a link to java mission control but that will be another issue)
If you want to try the console, download agent from osgifx.org, add the com.osgifx.console.agent in the target platform (no P2 repository provided for the moment, must download it and add it as a folder) and launch your application. Then launch the osgifx console (download installer on osgifx.org), and connect them on the 2000 default port or using the osgi.fx.agent.port parameter value.
Any comment welcome
The text was updated successfully, but these errors were encountered:
On osgifx.org there is a very nice console that mixes a lot of nice tabs (see image below), it is done by @amitjoy (see repository here : https://github.com/amitjoy/osgifx)
This osgi console is a java fx external application that must connect using the osgi.fx.agent.port parameter (but could use the default value without setting it).
So the goal of this new spy will be to open the the osgifx console in a separate application and connect it automatically...
(In the same spirit we could think to define a link to java mission control but that will be another issue)
If you want to try the console, download agent from osgifx.org, add the com.osgifx.console.agent in the target platform (no P2 repository provided for the moment, must download it and add it as a folder) and launch your application. Then launch the osgifx console (download installer on osgifx.org), and connect them on the 2000 default port or using the osgi.fx.agent.port parameter value.
Any comment welcome
The text was updated successfully, but these errors were encountered: