Re: "class file has wrong version"

2008-04-09 Thread Eric B
, Eric B On Tue, Apr 8, 2008 at 7:22 PM, Len Popp <[EMAIL PROTECTED]> wrote: > The error message "class file has wrong version 48.0, should be 47.0" > indicates that you're trying to run Java 1.4 code in a Java 1.3 JVM. I > know you said your dev server is running JDK

Re: "class file has wrong version"

2008-04-08 Thread Len Popp
The error message "class file has wrong version 48.0, should be 47.0" indicates that you're trying to run Java 1.4 code in a Java 1.3 JVM. I know you said your dev server is running JDK 1.4.2_17 but apparently that's not really the case. I wasn't able to find an of

"class file has wrong version"

2008-04-08 Thread Eric B
\rt.jar(java/lang/Object.class) class file has wrong version 48.0, should be 47.0 Please remove or make sure it appears in the correct subdirectory of the classpath. Now, I've tried putting a target="1.4" entry into the tag in my build file, but it's still happening. Is there

Re: class file has wrong version 49.0, should be 48.0

2007-03-15 Thread Raghuveer
\edrsystem\jsp > \EDR\EDRSelection_jsp.java:123: cannot access pwDashUtil.EDRUtil.EDRUtil > bad class file: C:\Program Files\Apache Group\Tomcat > 4.1\webapps\edrsystem\WEB-I > NF\classes\pwDashUtil\EDRUtil\EDRUtil.class > class file has wrong version 49.0, should be 48.0 > Please remove

RE: class file has wrong version 49.0, should be 48.0

2007-03-15 Thread Raghuveer
s\activation.jar;D:\jars\commons- fileupload-1.0.jar;D:\jars\itext.jar;. >> From: Raghuveer [mailto:[EMAIL PROTECTED] >> Subject: class file has wrong version 49.0, should be 48.0 >> >> Ciuld anyn one help me what is meaning of this.. > > A little Googling or

RE: class file has wrong version 49.0, should be 48.0

2007-03-15 Thread Caldarale, Charles R
> From: Raghuveer [mailto:[EMAIL PROTECTED] > Subject: class file has wrong version 49.0, should be 48.0 > > Ciuld anyn one help me what is meaning of this.. A little Googling or search of the archives would show that your're trying to use a .class file compiled with JDK 1.5 on

class file has wrong version 49.0, should be 48.0

2007-03-15 Thread Raghuveer
bad class file: C:\Program Files\Apache Group\Tomcat 4.1\webapps\edrsystem\WEB-I NF\classes\pwDashUtil\EDRUtil\EDRUtil.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 classpa th. EDRUtil obj

Re: class file has wrong version 49.0, should be 48.0

2006-03-14 Thread Martin Gainty
; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Tuesday, March 14, 2006 5:54 PM Subject: Re: class file has wrong version 49.0, should be 48.0 compiled with jdk 1.5, executed with jdk 1.4? regards leon On 3/14/06, Martin Gainty <[EMAIL PROTECTED]> wrote: Greets- Does anyone kno

Re: class file has wrong version 49.0, should be 48.0

2006-03-14 Thread Leon Rosenberg
compiled with jdk 1.5, executed with jdk 1.4? regards leon On 3/14/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > Greets- > > Does anyone know what this message means? > "class file has wrong version 49.0, should b

class file has wrong version 49.0, should be 48.0

2006-03-14 Thread Martin Gainty
Greets- Does anyone know what this message means? "class file has wrong version 49.0, should be 48.0" Thanks, M-