Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

java problems

Options
  • 23-05-2007 3:46pm
    #1
    Registered Users Posts: 146 ✭✭


    Having problems with Java thorugh Firefox, see below. any help out there



    Ignored exception: java.security.PrivilegedActionException: java.io.FileNotFoundException: C:\Documents and Settings\sean.finnerty\Application Data\Sun\Java\Deployment\security\auth.dat (Access is denied)
    Ignored exception: java.lang.NullPointerException
    Ignored exception: java.lang.NullPointerException
    Java Plug-in 1.6.0_01
    Using JRE version 1.6.0_01 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sean.finnerty


    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>

    load: class IRCApplet.class not found.
    java.lang.ClassNotFoundException: IRCApplet.class
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    ... 10 more


Comments

  • Registered Users Posts: 37,485 ✭✭✭✭Khannie


    java.lang.ClassNotFoundException: IRCApplet.class

    It can't find your applet.


  • Closed Accounts Posts: 619 ✭✭✭Afuera


    java.io.FileNotFoundException: C:\Documents and Settings\sean.finnerty\Application Data\Sun\Java\Deployment\security\auth.dat (Access is denied)

    I think it's having problems checking whether you've got permissions to access the IRCApplet class. Which would explain why it then can't find the class.


Advertisement