-
Notifications
You must be signed in to change notification settings - Fork 5
lc_screenshots
Manfred Schenk edited this page Jan 19, 2016
·
8 revisions
Caution: Since the referenced jars are located in your local gradle cache, the folder names will most likely differ from the ones shown in these screenshots!
PRE-Step 0: Create launch configurations for the classes you want to run via eclipse, e.g. the JMSTestRunner
- select Run --> Run Configurations ... from the eclipse menubar
- right-click on "Java Application" in the tree of the Run Configuration Window and select "new"
- in the main Tab of the "Run Configurations" window:
- change the name of the new configuration ("JMSTestRunner")
- set the Project to "TC"
- set the Main class to "de.fraunhofer.iosb.testrunner.JMSTestRunner"