Couldn't run loadjava on user schema to load dbwsclientws.jar dbwsclientdb102.jar
Posted
by padmaja
on Stack Overflow
See other posts from Stack Overflow
or by padmaja
Published on 2010-02-11T15:01:54Z
Indexed on
2010/06/16
21:42 UTC
Read the original article
Hit count: 235
I am trying to load oracle webservice client jars to my schema. I did set the PATH to inlcude: /u01/app/oracle/product/10.2.0/db_1/bin When I try to run loadjava as "loadjava -u myschema/myscehmapwd -r -v -f -genmissing dbwsclientws.jar dbwsclientdb102.jar" I am getting error: Exception in thread "main" java.lang.NoClassDefFoundError: oracle/aurora/server/tools/loadjava/LoadJavaMain. Does it mean that jvm is not setup on the box? How can I check if the jvm is enabled or not?
I am running it on Oracle 10g in UNIX environment.
Any help with the issue is greatly appreciated.
© Stack Overflow or respective owner