Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. angelz

    Compile error

    Thanks Stefan & everyone that replied. I can compile this applet successfully...
  2. angelz

    Compile error

    Thanks a lot Dian, it works. :D Now I understand that I hv to specify the reference if I got this kind of error. But I still hv 3 more errors. Why the compiler is telling me java.util.List is an abstract, and cannot be instantiated while I already declare it? And the 'cannot resolve symbol'...
  3. angelz

    Compile error

    Hi Timw, Thanks for pointing it out. I reinstall JDK, set the classpath, & the error is gone. Well, not totally gone, now i hv other errors. :) I got this applet from this link, http://www.cs.uta.fi/~rr/agents/examples/WebCrawler.java The errors I have now are are as belows.... Can anyone...
  4. angelz

    Compile error

    Hello all, I'm very new to Java programming. I tried to compile 'webcrawler.java'. It gives me one error from this particular line( in bold), --> public class webcrawler extends Applet implements ActionListener, Runnable { public static final String SEARCH = "Search"; public static final...
  5. angelz

    Can browse the file on website, but not found when...

    Isn't server.mappath is an ASP object? My script is not ASp script but (*.xft), this xft is using vbscript to run. After putting the "server.mappath("/")", i got this run time error, Object Required:"server" Thanks buddy
  6. angelz

    Can browse the file on website, but not found when...

    Hi JohnYingling, How to map to "real" hardware address??? my actual adress = //domain/mydir/mytext my symbolic address = /var/web/domain_80/mydir/mytext Thanks.
  7. angelz

    Can browse the file on website, but not found when...

    Hi all, My sys admin create a subdirectory for me in Apache server. I can view my file on the website when I type this url on the web browser, http://domain/mydir/mytext.txt but then, when I run a vbscript to access this file I got the error message that the "Error #53 file not...
  8. angelz

    Able to browse website, but can't access via script

    Hi all, My sys admin create a subdirectory for me in Apache server. I can view my website when I type this url on the web browser, http://domain/mydir/mypage.htm but then, when I run a vbscript to access this file I got the error message that the "Error #53 file not found".. anyone...
  9. angelz

    File not found

    I have a problem here. I tried ro read files in the web server, but I got the error message, File not found. This is my coding, (mainscript) Dim serverfile serverfile = "/angelz/path1/path2/iamfile.txt" OpenNamedListFile(MainScriptObject.serverfile) Sub OpenListFile(fileName)...

Part and Inventory Search

Back
Top