Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    6
    Views
    2,178

    Re: Need help to run my first applet

    You can put the applet inside a package. For now I thought it'd be simpler to take it out.
    With a package you need to have the correct package path in the code= and the class files must be in the...
  2. Replies
    6
    Views
    2,178

    Re: Need help to run my first applet

    Did you try this:
    Remove the package statement and compile the program.
    Copy all the .class files created to a test folder.
    Write an HTML file with (I'm assuming the class name is FirstApplet):...
  3. Replies
    6
    Views
    2,178

    Re: Need help to run my first applet

    The code= path should be in "s
    Notice how the path in the error message stops at the space in the path.
    You will have a problem with the package statement. Try removing it for now.

    For simpler...
Results 1 to 3 of 3