• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

loadjava command

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 1879
MySQL Database Suse
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
search the java in general(beginner) forum for "java.lang.NoClassDefFoundError" and you'll get many matches.
Jamie
 
Krishna Rao
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your update but I did not got the relevant information regarding loadjava tool.
Can anyone help me regarding this .
Thanks
Krishna
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic