Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: I'm looking for a website where I could upload an applet for free.

    There are issues with the source when I decompiled it and tried to compile it.
    We need to see the original source.

    The OP needs to test the code in an isolated environment to see if it works as...
  2. Re: I'm looking for a website where I could upload an applet for free.

    When I run the code from this html file:
    <html>
    <APPLET code=GregApple width=900 height=700 archive=GregApple.jar>
    </applet>
    </html>

    I get this:
    1267
  3. Re: I'm looking for a website where I could upload an applet for free.

    Did the OP ever test the jarfile in an isolated folder with only an html file and no other files there? That would show that the jar file contained all the files needed.
  4. Re: I'm looking for a website where I could upload an applet for free.

    I guess you'll have to read the FAQ for the site you are using. I'm used to using an html page and a jar file.
  5. Re: I'm looking for a website where I could upload an applet for free.

    The html file can't be in the jar file. Can you post the html file you are using to load the applet from the website? It should have been uploaded to the website with the jarfile.
  6. Re: I'm looking for a website where I could upload an applet for free.

    When you tested the html/jarfile locally were they in a test folder with only those two files and no other files around?

    If the browser loads the jar file containing all the files your applet uses...
  7. Re: I'm looking for a website where I could upload an applet for free.

    Were all the files in a jar file? Did the jar file and html work locally in a browser?

    Were there any error messages in the browser's java console?
  8. Re: I'm looking for a website where I could upload an applet for free.

    I've used lots of websites for my applets over the years. One by one each has removed their support for jar files and .class files. I can only guess the sites had some security concerns.
    ...
Results 1 to 8 of 8