java.lang.NoClassDefFoundError: javax/transaction/UserTransaction -


i developing web app (on tomcat 7) needs create periodic task , chose quartz scheduler.but every time start server throws

java.lang.noclassdeffounderror: javax/transaction/usertransaction , java.lang.classnotfoundexception: javax.transaction.usertransaction.

i rechecked many times in classpath , surely has usertransaction class in javaee.jar line of code system.out.println( system.getproperty( "java.class.path" ) ); please me point out ? . maybe missing something.

probably (you did not state javaee.jar using) have version oracle contains api. jar suitable compiling, not running application.


Comments