Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    17
    Views
    1,617

    Re: publishing an applet

    I use the jar command. I write a batch file that contains the jar command for any project that needs to be in a jar file.
  2. Replies
    17
    Views
    1,617

    Re: publishing an applet

    You should use a jar file to hold the class file and the image file. I don't know how to you can tell the IDE to put all the files you need in the jar file.
    If all the files are in the jar file,...
  3. Replies
    17
    Views
    1,617

    Re: publishing an applet

    What do you mean by "export"? That sounds like a problem with the IDE.
    I use a simple editor with a command line where I can issue the javac command. I copy the html to the same folder as the...
  4. Replies
    17
    Views
    1,617

    Re: publishing an applet

    I copied the code that was posted and it works for me outside of a jar file.
    I don't use your IDE and can't help you with it.
    Look at the section of the forum for your IDE and see if there are...
  5. Replies
    17
    Views
    1,617

    Re: publishing an applet

    Can you put the image in the jar file? That will be better.
    Can you post the code and html you are using on the forum?

    NOTE: There is a compiler error in the posted code and an error in the...
  6. Replies
    17
    Views
    1,617

    Re: publishing an applet

    Strange there is no error message in the contents of the java console that you posted. Are you sure you copied all of its contents?

    Is the class file in the jar file in the mainpackage folder? ...
Results 1 to 6 of 6