when i am trying to execute this command the following message is displayed Exception in thread "main" java.lang.NoClassDefFoundError: oracle/aurora/server/ tools/loadjava/LoadJavaMain Can anyone tell me what went wrong Thanks Krishna
search the java in general(beginner) forum for "java.lang.NoClassDefFoundError" and you'll get many matches. Jamie
Krishna Rao
Greenhorn
Joined: Dec 06, 2001
Posts: 8
posted
0
Thanks for your update but I did not got the relevant information regarding loadjava tool. Can anyone help me regarding this . Thanks Krishna
Francisco I
Ranch Hand
Joined: Mar 27, 2001
Posts: 44
posted
0
Hi. I had the same error before. Check the loadjava script. there are 2 classes that you need to pay special attention to. aurora_client.jar and aurora.zip In the loadjava script they depend on your $ORACLE_HOME. just run a quick check and see that the classes hanging from ORACLE_HOME are present in those directories. Believe it or not, they may not be present. Regards. Francisco