| 77 | | java -cp $ECLIPSE_WORKSPACE/dev.civl.abc/bin:$ECLIPSE_WORKSPACE/dev.civl.gmc/bin:$ECLIPSE_WORKSPACE/dev.civl.mc/bin:$ECLIPSE_WORKSPACE/dev.civl.sarl/bin:$VSL_DEPS/mods/antlr3/antlr3runtime.jar:$VSL_DEPS/mods/antlr4/antlr4runtime.jar dev.civl.mc.CIVL $@ |
| 78 | | }}} |
| 79 | | 1. Make it executable with the command `chmod ugo+x civl`. |
| | 78 | java -cp $ECLIPSE_WORKSPACE/dev.civl.abc/bin:$ECLIPSE_WORKSPACE/dev.civl.gmc/bin:$ECLIPSE_WORKSPACE/dev.civl.mc/bin:$ECLIPSE_WORKSPACE/dev.civl.sarl/bin:$VSL_DEPS/mods/antlr3/antlr3runtime.jar:$VSL_DEPS/mods/antlr4/antlr4runtime.jar dev.civl.mc.CIVL $@ |
| | 79 | }}} |
| | 80 | * ''Windows:'' |
| | 81 | {{{ |
| | 82 | java -cp "$ENV:ECLIPSE_WORKSPACE\dev.civl.abc\bin;$ENV:ECLIPSE_WORKSPACE\dev.civl.gmc\bin;$ENV:ECLIPSE_WORKSPACE\dev.civl.mc\bin;$ENV:ECLIPSE_WORKSPACE\dev.civl.sarl\bin;$ENV:VSL_DEPS\mods\antlr3\antlr3runtime.jar;$ENV:VSL_DEPS\mods\antlr4\antlr4runtime.jar" dev.civl.mc.CIVL $args |
| | 83 | }}} |
| | 84 | 1. If on Unix then you must make it executable. You can use the command `chmod ugo+x civl`. |