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]
hi i m tannu and i m developing one web site as my project
and i have created one chatting application using applet
and socket it run perfactly using netbeans5.5 and
appletviewer but when i run on browser it doent run i put
it class file in jar file then call by jsp when it load in
browser it stop on applet started plz help me soon
What's the difference between an import and include directive,
and also the difference between include directive and
include action?
43
sample program for reading mails from inbox with file
attacchments in servlet
81
what are the tools used in your project , How to ask the
answer this question
79
i need the source code for opening a word document in java
99
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]
69
we want to provide the errors to the right side of the text
field so what we want to add in jsp pages?
58
What is the advantage of using getProperty action, as
compared to the accessor method?