alexanderwolz / rcp-deployment-helper

Eclipse RCP and OSGi Plugin Deployment Helper Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RCP Plugin Deployment Helper Tool

Build

mvn clean package

java -jar target/de.alexanderwolz.rcp.deployment-1.0.0.jar

Run on macOS

Due to Cocoa restrictions we need to set VM args: -XstartOnFirstThread

e.g. java -XstartOnFirstThread -jar target/de.alexanderwolz.rcp.deployment-1.0.0.jar

About

Eclipse RCP and OSGi Plugin Deployment Helper Tool

License:GNU General Public License v3.0


Languages

Language:Java 100.0%