Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
All platforms
Description
Make a simple jar file that contains the things you need to run scripts so that it easy to distribute scripts to people
without having to install. It is also usefull to have on a USB stick.
Example:
$ java -jar groovy.jar myCoolScript.groovy
Hello, World!
$
BTW:
Thanks for the great work you have done with groovy. It is the perfect companion for a java programmer.