• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

[JBOSS 4.2] startup failed with Eclipse 3.3 Europa

 
Ranch Hand
Posts: 563
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I get the following error message when i try to startup JBOSS 4.2

java.lang.UnsupportedClassVersionError: javax/management/NotificationEmitter (Unsupported major.minor version 49.0)


My environement :
Eclipse 3.3 Europa
Installed JRE: j2sdk1.4.2_05

I am trying to launch JBoss 4.2 with the JDK 1.4.2.
JBoss 4.2 is fully compatible with JDK 1.4.2.
So what is the problem?

Thanks for helping
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You cant run JBoss-4.2.x with JDK1.4.x. You need to have Java 5 for JBoss4.2.x. You can find the details at JBossVsJavaJDKVersionMatrix
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic