C:\scripting>set CLASSPATH=biocep-core.jar;%CLASSPATH%
C:\scripting>groovysh
Groovy Shell (1.5.4, JVM: 1.5.0_14-b03)
Type 'help' or '\h' for help.
---------------------------------------------------------------------------------------------------------------------------------------------------
groovy:000> r=server.ServerManager.createR("")
...
groovy:000> r.consoleSubmit("x=45+99")
2008-05-07 18:37:23,328 INFO [RMI TCP Connection(2)-192.168.1.3] server.DirectJNI$3 (DirectJNI.java:2656) - submit : x=45+99
===>
groovy:000> print r.getObjectConverted("x")
2008-05-07 18:37:45,937 INFO [Thread-4] server.DirectJNI (DirectJNI.java:1605) - + ------evalAndGetObject from :x
144.0===> null
groovy:000> quit
C:\scripting>