Search:

Type: Posts; User: Json

Search: Search took 0.09 seconds.

  1. Thread: applet fail

    by Json
    Replies
    7
    Views
    1,764

    Re: applet fail

    Have you had a look here?

    NullPointerException at FindAppletJDKLevel(unknown source) - Java Forums

    // Json
  2. Thread: applet fail

    by Json
    Replies
    7
    Views
    1,764

    Re: applet fail

    Do you not have to specify the .class ending in the applet tag?



    <html>
    <head>
    <title>Test Applet</title>
    </head>
    <body>
    <APPLET code="main\UI.class" archive="test.jar" width="500"...
Results 1 to 2 of 2