|
From: Renato N. B. <rnb...@ya...> - 2004-04-02 11:41:41
|
WebSite.java:69: cannot resolve symbol symbol : method HTTPResourceLoader (java.lang.String) location: class WebSite HTTPResourceLoader(talker.uri).getResource(); ^ 1 error Errr... Have you done any change on HTTPResourceLoader.java and you forgot to post it in your message? :) [ ] Renato Jerome LG <jer...@ya...> wrote: > */Jerome LG /* wrote: > > Hi Renato, > > The host directive in HTTP contains hostname and port. I verify it > when > i code this part. When you add in HTTPTalk.command() at the first > line : > System.out.println(cmd); you can see during connection : > Host: 127.0.0.1:8880 > > It would be useful to separate host and port in two variables in the > future for more convenience. > > I try those functionnalities with no problem with mozilla. Tell me > what > browser you use and try to add System.out.println(cmd) in > HTTPTalk.command() to see what occurs. > > Bye > Jerome > > |