Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

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

    You are making progress. The problem now is that you have to use a rather creative algorithm for determining the file names.
    Based on the above input, here is the algorithm I would suggest to you:...
  2. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    The server will refuse directly reading a folder from an exterior program (such as an applet) unless you code in the connection specifications and sign the jar (you have to do both).

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

    The servers should fully support java. The only problem I've had with my applet is when the server is down, but that is to be expected I suppose.
    With that being said, it does NOT seem to be an...
  4. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    I use Free Web Hosting Area - PHP 5.4, MySQL 5.5, FTP, Autoinstaller
    They have a handful of domains you can use. I use orgfree. There does seem to be the occasional connectivity issue lately (says...
  5. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    It might be a restricted file type, so .jar files or whatever will not be allowed to upload. Many free hosts disallow executable languages on their servers for several reasons. If you would like, I...
  6. Re: I am getting a "java.io.IOException: Server returned HTTP response code: 403 "

    You are trying to list the files in a server directory? Best guess is that the server does not want to provide you with that access. HTTP 403 is an access denied error. The server received and...
Results 1 to 6 of 6