loadjava.bat with a wierd error
I am attempting to load compiled java classes into a database (10gR2) however loadjava.bat appears to be fried straight off the installer. When I attempt to run it, it crashes with a crazy error I have never seen before "Files\Java\jre1.5.0_04\lib\ext\QTJava.zip""=="" was unexpected at this time.". What is odd is that it appears to be looking in a location on the computer where it should not be (all my oracle stuff is in c:\oracle\product\10.2.0\client_1). I have 5 Java VMs on this machine (one with a 9i client which I must have for a 9i db here, 1 for BI Discoverer, 1.5 Sun required for other systems here, and 1.6 also required for other things running here as well as the one with my 10g DB client). Any sugestions?
I am calling loadjava.bat as
"loadjava.bat -v -u <username>/<password>@<tnsname> -r class.class" where my class is in the same directory where loadjava.bat is "c:\oracle\product\10.2.0\client_1\BIN" with a oracle client base directory of "c:\oracle\product\10.2.0\client_1".