hi! i am new in exploring this stuff... there's a given source code which i
have a successful compiled, however, it displays the following error during
runtime. can anybody please explain to me whats wrong and what does this
mean?

Warning: disabling security.

java.lang.UnsatisfiedLinkError: no J3D in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1320)
        at java.lang.Runtime.loadLibrary0(Runtime.java:749)
        at java.lang.System.loadLibrary(System.java:820)
        at javax.media.j3d.MasterControl$12.run(MasterControl.java:686)
        at java.security.AccessController.doPrivileged(Native Method)
        at
javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:683)
        at
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:206)
        at DisplayLines.<init>(DisplayLines.java:98)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:237)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:579)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:515)
        at sun.applet.AppletPanel.run(AppletPanel.java:293)
        at java.lang.Thread.run(Thread.java:484)

even if i'll set(or not) the classpath/path which is not advised by the
installation readme, it still didnt work. i just cant start working because
even a simple code cant just run successully. i hope u guys could help me
with this. thanks in advance.
ren

DisplayLines.java

Reply via email to