Eclipse + JBoss, ClassNotFound HttpServlet

simplemanjoel

New Member
I just setup a new windows desktop with eclipse and imported all my projects from a linux machine. I have eclipse with the JBossASTools installed, JBoss 7.1.1 in a separate directory, and that jboss installation configured as an external server. I am getting no class def found for the servlet classes provided by JBoss. I am sure I could add the jboss jar as an external jar to the project build paths, but seems like I shouldn't have too. Is there a better way, i.e., some way for eclipse to include at compile time the class path of the jboss server?
 
Back
Top