Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NoClassDefFoundError

Status
Not open for further replies.

EE1940

Programmer
Apr 14, 2003
5
US
I can compile fine but when I try to deploy my application it is throwing a java.lang.NoClassDefFoundError on a class that has always deployed just fine before and has not been changed since the last time I tried to deploy.

Anyone know why it won't work now?
 
Update:
I am using Oracle JDeveloper 9.0.3 to deploy the app. I just tried to deploy it to the EmbededOC4J Server and it deploys just fine but the problem is when I depoy to our 9iAS OC4J server.

ee1940
 
You're missing a jar file on the server, or the location of the jar file on the server is different than on your local machine, or the classpath is different, etc....

Identify the missing jar file and compare the location of it on your local machine to the location on the server machine. Make sure your deployment descriptor is set up to deploy the needed jar files to the server...

"When you have eliminated the impossible, whatever remains, however
improbable, must be the truth." ~ Arthur Conan Doyle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top