When i am useing useBean tag of JSP in weblogic server It
show compiletion error..Like
bad class file:
C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.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.
user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
No Answer is Posted For this Question
Be the First to Post Answer
How do I save a jsp file?
What are advantages of jsp over asp, php, pure servlets and others?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
What are the directives in jsp?
How to ignore the el expression evaluation in a jsp?
what is the extended star schema
What does .com stand for?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
How to deactivate el on jsp?
What is the difference between a scrollbar and a scrollpane in jsp?
How jsp is executed by web server?
Explain the jspdestroy() method?