1. Java/JSP WEB-INF/classes can't import stackoverflow.comIts been a while since I had to do some Java/JSP... I have a java class in WEB-INF/classes/MyClass.java The build in Netbeans is successful and I can see MyClass.class in the classes folder. In ... |
2. JSP Page Import problem. Class file placed in a package inside WEB-INF/classes stackoverflow.comI have a Web application crawler_GUI running which has another java project jspider in its buildpath. (I use eclipse galileo) The GUI uses the jspider project as its backend. Visit |