I was told that the jaba web server only support java 1.4 only. Is there any patches ot setting that I can change to make it work with java 1.5?
Thanks
-
Do Sun Java System Web Server 6.1 support Java 1.5? (5 messages)
- Posted by: Osrisis Osrisis
- Posted on: September 13 2005 22:31 EDT
Threaded Messages (5)
- Do Sun Java System Web Server 6.1 support Java 1.5? by Peter Fabian on September 14 2005 06:53 EDT
- Do Sun Java System Web Server 6.1 support Java 1.5? by Osrisis Osrisis on September 15 2005 03:17 EDT
- We are using Sun One Web 6.1 with Java 1.5 in current release by S??bastien Tardif on September 14 2005 23:29 EDT
- java.lang.UnsupportedClassVersionError by Osrisis Osrisis on September 15 2005 03:20 EDT
- Look like you execute 1.5 code on 1.4 by S??bastien Tardif on September 15 2005 10:36 EDT
- java.lang.UnsupportedClassVersionError by Osrisis Osrisis on September 15 2005 03:20 EDT
-
Do Sun Java System Web Server 6.1 support Java 1.5?[ Go to top ]
- Posted by: Peter Fabian
- Posted on: September 14 2005 06:53 EDT
- in response to Osrisis Osrisis
6.1 SP4 does support JDK1.5 on Solaris, Linux and Windows
see:
http://docs.sun.com/source/819-0290/rn61sp4.html#wp39544a -
Do Sun Java System Web Server 6.1 support Java 1.5?[ Go to top ]
- Posted by: Osrisis Osrisis
- Posted on: September 15 2005 03:17 EDT
- in response to Peter Fabian
Hi Peter,
Thanks for your help.
Regards
Gooi -
We are using Sun One Web 6.1 with Java 1.5 in current release[ Go to top ]
- Posted by: S??bastien Tardif
- Posted on: September 14 2005 23:29 EDT
- in response to Osrisis Osrisis
My current client is using Sun One Web 6.1 with Java 1.5 in current release without any special thing except the change of XML parser so we had to change our code to use JAXP. -
java.lang.UnsupportedClassVersionError[ Go to top ]
- Posted by: Osrisis Osrisis
- Posted on: September 15 2005 03:20 EDT
- in response to S??bastien Tardif
Hi Sebastian,
Below are the error that I get on my web server and after some investigation, found that it is not compatible with java 1.5
java.lang.UnsupportedClassVersionError: HelloWorldExample (Unsupported major.minor version 49.0)
Regards
Gooi -
Look like you execute 1.5 code on 1.4[ Go to top ]
- Posted by: S??bastien Tardif
- Posted on: September 15 2005 22:36 EDT
- in response to Osrisis Osrisis
Look like running Sun One on 1.4 with compiled code for 1.5