1 Dec 2005 12:17
Re: [groovy-dev] Why not fewer commands in groovy/bin ?
>the only command needed for beginners is the "groovy" command, and every
>tutorial should mention this.
That would be great if the "groovy" command works for interactive mode. I means if users type
"groovy" without any argument, the interactive shell should be started (Jython and many others
do that). Unfortunately, the current "groovy" command does not do that.
Another thing I would like to say use this email: the "startgroovy" script does not work on my machine (windows 2000). Here is the error message:
bye That would be great if the "groovy" command works for interactive mode. I means if users type
"groovy" without any argument, the interactive shell should be started (Jython and many others
do that). Unfortunately, the current "groovy" command does not do that.
Another thing I would like to say use this email: the "startgroovy" script does not work on my machine (windows 2000). Here is the error message:
E:\groovy\bin>startgroovy
java.lang.ClassNotFoundException: --conf
at java.lang.ClassLoader.findClass(ClassLoader.java:348)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at org.codehaus.groovy.tools.RootLoader.loadClassByName(RootLoader.java:
168)
at org.codehaus.groovy.tools.RootLoader.loadClass(RootLoader.java:152)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java
:121)
at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:160)
E:\groovy\bin>
java.lang.ClassNotFoundException: --conf
at java.lang.ClassLoader.findClass(ClassLoader.java:348)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at org.codehaus.groovy.tools.RootLoader.loadClassByName(RootLoader.java:
168)
at org.codehaus.groovy.tools.RootLoader.loadClass(RootLoader.java:152)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java
:121)
at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:160)
E:\groovy\bin>
--
Huxi LI
E-mail: huxili <at> gmail.com
RSS Feed