hi all,
 I am a newer at Class -> InputSource .
I have some code as below,
/*
     InputSource  input;
     input = new InputSource( myclass.class.getResourceAsStream( "text.htm" ) );
     input.setSystemId( myclass.class.getResource( "text.htm" ).toString() );
*/
but I do not know where to put the text.htm in
I have exception in the 2nd line and 3rd line.
What can I do?
AidyZhang

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to