1 Reply Latest reply on Feb 4, 2009 6:56 AM by wolfgangknauf

    Jboss 5 with eclipse. Classpath problem

      Hi

      in jboss5 jbossall-client.jar contains links to other jars. This is ok for ant build, but Eclips does not parse manifest for classpath entries.

      Does anybody know how to solve this without adding all jboss client jars manually?

      thanks

        • 1. Re: Jboss 5 with eclipse. Classpath problem
          wolfgangknauf

          Hi,

          do you need this for a JavaEE5 JAR/EAR/WAR?
          If yes: do you use the Eclipse WebToolsPlatform plugin? Here, all JBoss jars are automatically added to the build path, and thus you should not have any problems.

          For WTP and non-JavaEE-projects: Maybe you can add a server runtime container to the build path.

          Hope this helps

          Wolfgang