Search:

Type: Posts; User: willemjar

Search: Search took 0.07 seconds.

  1. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    I modified the FTP suggestion of Auss in a way that it is NOT an applet
    (applets are to restricked to begin with).
    But I got the next error listening, which shows
    that the thing breaks down from...
  2. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    Ok next struggle signing the applet, this might do it:
    (working with Netbeans)
    Here's how you do it:

    1. Open your project.
    2. Go to File --> Project Properties.
    3. Click "Web Start"
    4....
  3. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    Got an answer from the server guys:
    "Hi, if you upgrade that error will disappear. It is a hotlink protection for free accounts."
    Oh.......
  4. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    Dear Aus and All

    This is really annoying I had it all working Yesterday (the several slideshow applets at my site) and now I get again a 403 error.
    When reading this thread you'll find out that...
  5. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    Pls give me some feed back concerning the applets

    mywebpage

    still testing things

    some of my friends got this:

    access denied (java.net.SocketPermission...
  6. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    I looked at it a long time and I do not understand what is going on here.

    This is an example of a directory line:
    <img src="/icons/image2.gif" alt="[IMG]"> <a href="COSTA%20BRAVA%201.jpg">COSTA...
  7. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    I believe I am almost there, but still having some trouble (man it is not easy for me).
    So I do the following
    1) I save the complete directory line as a string called imgstring
    2) Than I check if...
  8. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    This method works on the file version of the webpage
    But it wont work when uploading!
    Anyway the alg. is to complicated (on of my mayor problems)
    For now I have to correct some student exams (I am...
  9. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    Auss I haven't tried it yet (too late go to sleep first)
    but this might do the job?

    sample strings
    8 > <img src="/icons/image2.gif" alt="[IMG]"> <a...
  10. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    yea auss, great, that is the way to go.
    I'l work on it and you hear from me soon!

    here is the file type searching method (should be rewritten):


    String line; // the line read from the file...
  11. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    Auss I have it working (reading the folder directory)
    but indeed it is dishing up a lot of crap I do not understand!
    Look here the first part comes from the file version of the website which is...
  12. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    auss got the site (thanks again) you can reach it here:

    mywebpage

    but run into the same trouble (I believe)? Here is the error code:

    java.security.AccessControlException: access denied...
  13. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    Great I haven't a domain name yet. I suppose one gets a (small) space to upload under some:
    www.sdfdfs/sfdsf/sdfds/sfds/myspace
    I'll put the index etc. first in a folder to try out things in a...
  14. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    I used fetch for a while
    Thanks for those links!
    The applet will run without problem, I hope?
  15. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    Auss many thanks I'll look into it all!
    "If you would like, I can provide you with a free host which allows java."
    I might be very interested since I am still trying out the site and need some...
  16. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    auss that is very interesting what you are saying! A friend yesterday talked about php (which I do not know) and said that it is not difficult to learn.
    For the moment I am learning Java collections...
  17. I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    Hello all

    I am not new to Java but I am new to this forum.
    I am struggling over an applet that should read a file dir of
    the host (not the client).
    Being a good boy I constantly use, of course,...
Results 1 to 17 of 19