The java.util.* and java.io.* classes are automatically included, so no specific jar file needed there. For javax.servlet.jsp.tagext.* and javax.servlet.jsp.* you need jboss_home/server/default/lib/javax.servlet.jsp.jar.
To compile, form the same directory as the file, enter: java -cp jboss_home/server/default/lib/javax.servlet.jsp.jar yourfile.java where jboss_home is the location where you installed JBoss and yourfile.java is the filename of the class you are compiling. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979706#3979706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979706 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
