build path is what decides what to get build..and that build puts it into a bin directory or build/classes or some other location depending on your project layout.
Those output directories together with the jars is what makes up your project classpath. so if that is all looking ok the only thing needed is that the project is actually also built so the files goes into your output folders. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142599#4142599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142599 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
