|
From: Steven on 8 Feb 2005 03:22 Hi All, When trying to uses a class I get this message : ----------------------------------------------------------- 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. errorMap.put(MyForm.ERR_EMAIL_ENTER, "Please enter an email address"); ----------------------------------------------------------- This message I get when I run the JSP page in the directory /webapps/ROOT But when I run this in the directory /webapps/examples it works fine! Any idea what's wrong? Thanks. -- Posted by news://news.nb.nu
From: Tor Iver Wilhelmsen on 8 Feb 2005 04:06 "Steven" <santa(a)emailme.nu> writes: > This message I get when I run the JSP page in the directory /webapps/ROOT > > But when I run this in the directory /webapps/examples it works fine! > > Any idea what's wrong? The only explanation is that in the first case it uses a pre-1.5.x JVM, and in the latter case it uses 1.5.x. Are you sure they are running in the same container?
From: Steven on 8 Feb 2005 03:57 Hi, Thanks! Yep you where right. I compiled using 1.5 after compiling with 1.4.2 it worked perfectly. Steven. > > The only explanation is that in the first case it uses a pre-1.5.x > JVM, and in the latter case it uses 1.5.x. > > Are you sure they are running in the same container? -- Posted by news://news.nb.nu
|
Pages: 1 Prev: 'Unsatisfied Link' error in java.library.path Next: read and parse file |