Host type is Windows XP. I actually got this working on my own. The solution was:<BR><BR>set CLASSPATH=.;C OraHome1\jdbc\lib\classes111.zip<BR><BR>pretty simple.<BR><BR>Edit: for thoes interested: I ...
Groovy‘s RootLoader is a handy class that can be used to encapsulate a Groovy script’s reference to external classpath dependencies within the script itself. The documentation for RootLoader states, ...