Setting up custom deployment in Eclipse

In Eclipse, I’ve managed to import the OpenRemote custom project into it as seen here.

However, when I’m trying to set up my run configuration, the wiki doesn’t really give much advice in terms of what to pick from these options:

image

Alongside this, I tried to experiment by choosing the Java Application and JUnit items, but when I try to search for the project there are no options given, and the openremote project supposedly doesn’t exist.

image

Could I get some advice on what steps I should take to set it up?

1 Like

Within the development team we use IntelliJ IDEA and we have a gradle plugin that auto generates run configurations for you in this IDE.

You need to run as Java Application and this screenshot should help with parameters:

2 Likes