I posted this on the Gentoo forums originally, but didn't get any helpful response. Hopefully, someone here will be able to help me.
Here is a cut and paste of
My Original Post
I thought I had this all set up right... I'm trying to access the console on a NetWare box using a Java Applet with the NetWare Remote Manager, but I get this error in the Java Console:
[code:1]
Class could not be loaded: nwscreen
Backtrace:
java.lang.ClassNotFoundException: nwscreen
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at org.kde.kjas.server.KJASAppletClassLoader.findClass(KJASAppletClassLoader.java:233)
at org.kde.kjas.server.KJASAppletClassLoader.loadClass(KJASAppletClassLoader.java:274)
at org.kde.kjas.server.KJASAppletStub$2.run(KJASAppletStub.java:163)
at java.lang.Thread.run(Thread.java:536)[/code:1]
I've tried using the Sun JDK and the Blackdown, same results with each. I know it's just something stupid... I just don't know what, exactly. Oh, and yes, the app works just fine in windows with sun's jdk 1.3.1 (the same jdk I'm trying to use with Konq).
My Java settings are like this:
Enable Java Globally is On (Turned this on hoping it might solve the problem)
Show Java Console is On, Use Security Manager is On, Shutdown Applet is On and set to 60 secs, and the path to the Java executable is correct. I've tried turning these options on and off in some hope they might magically fix the problem
Anyone have any ideas?
You might also want to have a look at
My Original Post if you feel like answering there