I m getting the following error when i tried to view the
jsp file after deploying the .war file in weblogic.. The error is as follows,
C:\DOCUME~1\KAVITH~1.SIV\LOCALS~1\Temp\jsp_servlet\__sample.java:17: cannot access samples.vo.ManualBalanceVO
bad class file:
C:\bea\user_projects\domains\mydomain\myserver\.wlnotdelete\extract\myserver_Samples_Samples\jarfiles\_wl_cls_gen.jar(samples/vo/ManualBalanceVO.class)
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
import samples.vo.ManualBalanceVO; //[ /Sample.jsp; Line: 1]
^
1 error
I m referring to this ManualBalanceVO which is in the package "samples.vo"
Help me out.. Thanx in advance...