Search:

Type: Posts; User: philwei

Search: Search took 0.11 seconds; generated 32 minute(s) ago.

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

    Did anyone else figure out what the problem could be? I still haven't ....
  2. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    Thank you very much for your help tho. At least I think I figured something out (not all obviously) with your help. Thanks again.
  3. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    This error is not from the simple file I am using because the applet runs on a services that needs special clients authentication. No they are not in the same directory, they are in different...
  4. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    If simply changes the code="IORALFCallApplet", the error message remains the same exception wherever the error message mentions the class name, it will only mention "IORALFCallApplet" instead of...
  5. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    But I highly agree with you it surely looks for some names that are messed up. BTW, IE8 was used for browsing, so applet was not technically supported, it just calls the java plug-in.
  6. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    no sorry i didn't figure it out. It still shows the same thing.

    one weird thing is that when i put the original jar file back, it just works....
  7. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    and it did take much much longer than before since it is taking time to look for that class file. ...
  8. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    Yes, its the same error:

    load: class IORLFCallApplet.class not found
    java.lang.ClassNotFoundException: IORLFCallApplet.class
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Un known Source)...
  9. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    I am sorry, I miss typed it. The code was actually like this:

    <APPLET align=center CODE='IORLFCallApplet.class' NAME='IORLFCallApplet' ARCHIVE='SomeURL:8080/lib/signIORLFCall.jar' WIDTH=340...
  10. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    I didn't edit anything, i just missed the first line. It is similar to "java.lang.ClassNotFoundException: IORLFCallApplet.class"

    The applet is being called in a cold fusion 5 (i know, it is old)...
  11. Re: Applet throw ClassNotFound exception when one of the file is recompiled

    Hi, I did and made sure it is there.
  12. Applet throw ClassNotFound exception when one of the file is recompiled

    Hi all:

    I am working on a web application that somebody else has worked on in the past. There is a need to modify a java file recompile it and replace with the one inside a signed jar file. Btw,...
Results 1 to 12 of 12