Search:

Type: Posts; User: Norm

Search: Search took 0.26 seconds.

  1. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    Have you ever tried putting everything in one test folder and testing it there?
    What happened?
  2. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    Ok. I guess I have no more ideas.

    good luck.
  3. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    What is in the simple html file you were using?
    Were the html file and the jar files in the same folder? You shouldn't need a codebase= if they are together.
  4. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    What was the error message when you removed the .class from the code= tag?
  5. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    Ok, I'm glad you figured it out.
  6. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    It is looking for a file named: IORLFCallApplet.class.class. The browser thinks the class name is class and that it is in the IORLFCallApplet package.
    Remove the .class from the code= attribute
  7. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    Did you try the simple html file to load the applet in a browser?
  8. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    Can you make a simple test html file with an applet tag, put the jar in the same folder and load the html file in a browser? Try the code= tag vs class=
    <applet code="IORLFCallApplet"...
  9. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    If everything is there and in the correct folder: The class file should be at the top level not in a folder, Then why is java not finding the class?
    You edited the error message you posted. Did you ...
  10. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    Use a zip file utility to look inside of the jar file and see if the missing file is there and in the correct folder.
Results 1 to 10 of 10