Created
June 6, 2020 09:57
-
-
Save j-schumann/3f48fa57806258ceea2b66e62ced983e to your computer and use it in GitHub Desktop.
Cyclos debugging in Eclipse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * new project > Groovy Project | |
| * JRE: openjdk 8 | |
| * Modulepath > Add external JARs > all except groovy, batik-script, batik-bridge | |
| * cyclos.properties in root folder, *.groovy in src/ | |
| * run Configuration: | |
| * append arguments: | |
| -script src/USG_DEFAULT.groovy | |
| -init src/InitScript.groovy | |
| -params src/USG.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment