1 Reply Latest reply on Feb 6, 2012 6:53 AM by maxandersen

    Missing Jar file? Or something else?

    samuraicoder

      I have an error in JBOSS DEV STUDIO 3.01

       

      The project was not built since its build path is incomplete. Cannot find the class file for javax.faces.application.FacesMessage...

       

      I installed on a new computer and ever since I have had this error that prevents me from running and testing the application.

       

      Where can I find this jar file? 

       

      Does anyone know of a solution that will help?

       

      Thanks!

        • 1. Re: Missing Jar file? Or something else?
          maxandersen

          My guess is your project is associated with an invalid server runtime or simply is no longer associated with a runtime since you moved computer.

           

          Right click on your project and find the preference "Targeted Runtime" and make sure it points to the server you want it to compile against.

          If no such server runtime exist you need to install it.

           

          Then when you close the dialog it should have added the classpath container for this server runtime which (if its a JBoss based one) contain the javax.faces class you are referring to.