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.
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.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.