Does Jboss 4.2.3.GA support JDK 1.4.2?

I am migrating my applications from WebSphere to JBoss. I would like to know if JBoss 4.2.3 GA supports JDK 1.4.2.

Thank you very much in advance.

+2


a source to share


1 answer


No, JDK 1.5 is required for JBoss 4.2 and up.

http://community.jboss.org/wiki/JBossVsJavaJDKVersionMatrix



If you're stuck with Java 1.4, then JBossAS 4.0.x is the best you can do. Unless you're stuck with Java 1.4, you really need to upgrade to 1.6 - even 1.5 has reached its end of life.

+3


a source







All Articles