so I set my CLASSPATH to C cygwin\home\MyName~1\java\testclasses.jar and then tried to run a .class file from inside that .jar. For some reason, it's not recognizing that CLASSPATH. I can get it to ...
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 ...