java - How to launch a daemon on RCP plugin load -


i'm developing rcp plugin , launch java based service when loads first time. please tell how should this. java file runs on first launch.

regards, levon

first add new startup org.eclipse.ui.startup extension rcp application create class implements org.eclipse.ui.istartup , run thread using eclipse jobs api.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -