How I solve this MalformedURLException and IOException problems?

2000-05-11 Thread Xunming Liu
Hi: I can not find where the codes are wrong //* package emailtools; import java.io.*; import java.net.*; ... ... public class EmailBean{ ... ... private URL url=new URL("http://127.0.0.1:8080/examples/jsp/emailtools/test.jsp"); private BufferedReader in=new

Re: How I solve this MalformedURLException and IOException problems?

2000-05-11 Thread Arun Thomas
ges specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Xunming Liu Sent: Thursday, May 11, 2000 2:23 PM To: [EMAIL PROTECTED] Subject: How I solve this MalformedURLException and IOException problems? Hi: I can not find where the codes are wrong //