I've got an in-house java app that currently has no maintainer due to a layoff. I need to make some changes without the source code handy to meet new business needs. I've never really worked with java ...
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 ...
Since I have done most of my coding for classes (and almost exclusively in Java), I have always just run my programs through the compiler and never had to worry about actually setting it up to run on ...