Project facet Java 6.0 is not supported by target runtime JBoss


This problem will come due to a mismatch over the JDK version defined in the Project Facet for that particular project and the version ,the runtime server is having.
This thing worked for me .

I am having Eclipse Helios and JDK 1.5 installed .Right click on the project in Eclipse ,click the properties menu, click the Project Facets.After clicking you will see in right side some listing will come and among them one entry will be for java.So click on the java property and you will be see a drop-down box .Change the version accordingly.I have changed it to 1.5 and it worked for me.
Clean the project.
Hope the solution works for you.....

Comments

  1. Thank You! This worked for me...

    btw, How in God's name did you find that?

    -adym

    ReplyDelete

Post a Comment

Popular posts from this blog

Arrays.sort() and Collections.sort() NullPointerException

org.xml.sax. SAXParseException: Element type "web-app" must be declared.

Sentimental Analysis : PART 1