1 Reply Latest reply on Jul 14, 2008 12:25 PM by peterj

    jbuilder 2007 and jboss-4.2.2.GA

    samhar

      hi there

      i am new to jboss and i want to apologize at the beginnig because my question might be very silly one
      i am trying to creat an ejb modeling project with jbuilder 2007
      i have installed (unzip ) the jboss 4.2.2.GA package on C:\jboss 4.2.2.GA folde.

      i have created an environment variable and run the run script and it seems that the server is working fine

      but when i am choosing it in the jbuilder as a target runtime it give me the following error
      Missing classpath entry C:\jboss-4.2.2.GA\server\default\lib\javax.servlet.jar

      i am able to go further because of this
      so please if you can help me with this problem
      thanks anyway

        • 1. Re: jbuilder 2007 and jboss-4.2.2.GA
          peterj

          Looks like JBuilder thinks you are working with JBossAS 4.0.x - that is where the server jar is located in those versions (such as 4.0.5). For JBossAS 4.2.2, the servlet JAR is located at server/default/lib/servlet-api.jar.

          I do not know how to change this in JBuilder.

          Also, after you fix this one, you will probably run into several more missing JARs that have moved.