Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm migrating my apps from WebSphere to JBoss. I would like to know if JBoss 4.2.3 GA supports JDK 1.4.2.

Many thanks in advance.

share|improve this question

1 Answer

up vote 3 down vote accepted

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

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

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.