Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save j-schumann/3f48fa57806258ceea2b66e62ced983e to your computer and use it in GitHub Desktop.

Select an option

Save j-schumann/3f48fa57806258ceea2b66e62ced983e to your computer and use it in GitHub Desktop.
Cyclos debugging in Eclipse
* 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