Hello:

I'm giving my first steps in JSP.

My problem is that I can't to compile the sources Java that contain "implements" 
sentence with a path. For example:

class monitor implements com.instantsjsp.general {..............

because  the compiler doesn't find the interface to implements.

I can only to compile when I have all the sources in the same directory, and without 
using a path, it is to say:

class monitor implements general {..............

In fact I'dont understand how to organize my site in order to don't have problems in 
the compilation.

I'm working with Tomcat engine.

Regards,

Ulises.






---------------------------------
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to