hi everybody.. ---------- JdoHelper.getPersistenceManagerFactory(Property props) ---------- this method is perfectly working in a application but when I used it with a servlet , an exception is thrown saying --NoClassDefFoundError :javax/jdo/JdoHelper
Thank you very much for this help. Now I think its accessing the JDOHelper but giving a new exception--- --- javax.do.JdoFatalUserException:Invalid driver class oracle.jdbc.driver.OracleDriver: Java.lang.classNotFoundException: oracle.jdbc.driver.OracleDriver--- I used the same code in different application and its working fine there. I have put classes12.zip in the lib folder. more help please? thanks