[ java ] in KIDS 글 쓴 이(By): urEyes (N/A *) 날 짜 (Date): 1999년 6월 11일 금요일 오전 08시 51분 07초 제 목(Title): Re: MalformedURLException... URL constructor의 인수로 완전한 URL을 써 보세요. myURL = new URL("http://local_ip/..../sample.html"); 물론 ip 뒤의 path는 http server의 root 디렉토리를 기준으로 하는 path입니다. 자세한 사항은 JDK API document를 참조하시면 좋을 듯 하네요. 그럼. |