Hi Christian,

no, unfortunately not:
System.getProperty("java.version"): 1.3.1
System.getProperty("java.vendor"): Sun Microsystems Inc.

I'm currently trying to find out if bea somehow tweaked the "magic" - has anybody gotten struts 1.1 to run on weblogic 6.1 on solaris? (Solaris is important, as 1.1 runs on the windows-box without complaining. Looks like solaris has a different "magic"...)

cheers
Stefan


Christian Bollmeyer (SCPJ2) wrote:


Hi,

considering the class file versions, 45 stands for JDK 1.0/1.1,
46 is 1.2/1.3 (and 48 is 1.4):

http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#75
883

Seems your server still runs under JDK 1.1, or am I wrong?

The Struts 1.1 binaries seem to be compiled under JDK 1.3:
http://jakarta.apache.org/struts/userGuide/release-notes-1.1.html

HTH,

-- Chris (SCPJ2)


----- Original Message ----- From: "Stefan Frank" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 2:38 PM Subject: Invalid Class file Format




Hi,

i'm just moving an app from struts 1.0x to 1.1: The App runs on weblogic
6.1: I'm developing on a windows box and deploy it to solaris: On
windows everything runs fine, but on solaris i get lots of Invalid class
file format - Exceptions from the Taglibs when I recompile my jsp's:

error: Ungültiges Klassendateiformat:


/home/bea/wlserver6.1/./config/mydomain/applications/dvrWebApp/WEB-INF/_tmp_
war_myserver_myserver_dvrWebApp/WEB-INF/lib/1063628737543struts.jar(org/apac
he/struts/taglib/html/SubmitTag.class), wrong version: 46, expected 45


/home/bea/wlserver6.1/config/mydomain/applications/dvrWebApp/WEB-INF/_tmp_wa
r_myserver_myserver_dvrWebApp/jsp_servlet/_htdocs/_redsys/_products/__katego
rieNeu.java:81: Klasse org.apache.struts.taglib.html.SubmitTag nicht
gefunden in type declaration.


org.apache.struts.taglib.html.SubmitTag _html_submit0 = null;


So, there seems to be just *one* version tick wrong: Does anyone know with


which jdk-version struts is currently compiled?! And when this did change?!


Unfortunately, upgrading the jdk on solaris is currently not an option, so


I'm looking for a struts 1.1 compiled with an earlier jdk-version. Or does
somebody have any other ideas?!


desperately...
stefan



PS: I  also tried to rebuild struts from the source, but There seems to
be missing a class (or it has been moved from the struts.jar to
somewhere else), as i get a ClassNotFoundException for
org.apache.struts.util.PropertyMessageResourcesFactory...




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to