jboss with Netbeans intregression problem,
May 5, 2009 at 5:27 PM
Hi, I have added Jboss 5.0.1 server to Netbeans 6.5.1 for developing a Java EE application . When I try to compile it is not able to find javax.servlet package.
What I think is as below...
With the new jboss 5 server there is a slight change in directory structure. Now libraries common to the different configurations in jboss are kept under JBOSS_HOME/common/lib. So servlet-api.jar (which has javax.servlet package) is under JBOSS_HOME/common/lib. And when I added jboss server to netbeans, ide is not picking libraries under JBOSS_HOME/common/lib.
I can add this jar to the classpath and solve my issue but is this something to be added to Netbeans 6.5.1? My feeling is when we add a server to Netbeans IDE should bring all libraries for that server automatically.