I have one Web application:
IDE Netbeas 7.2
Weblogic server 11 g
this WApp compile and run on Tomcat 7.0.22
and on Weblogic compile too but don’t run. Error:
java.lang.ClassFormatError: LVTT entry for ‘list’ in class file [file.class]
any idea??
thanks!
Try compiling with
-g:none. Maybe this helps over the error in the variable table.See here for the javac options.