By javathreads
via marxsoftware.blogspot.com
Published: Sep 03 2010 / 14:30
For most Groovy scripts I use, I simply run the script from its Groovy source code as-is and allow the compilation to take place implicitly. However, it can be helpful at times to use groovyc to compile Groovy code into .class files and then execute those .class files via the normal Java launcher (java). The groovyc compiler is also a necessity when mixing Groovy and Java code in the same compilation step.
Add your comment
Voters For This Link (12)
-
javathreads -
alireza.haghighatkhah@gmail.com -
aclarke -
fifthposition -
mswatcher -
dotCore -
jrandol -
javanperl -
TimAtBeat -
pashimito -
java_dm -
johannz


