Hello! I've written a small applet which uses textures with Java3D. This applet is displayed fine in Netscape and in the AppletViewr but it fails in Internet Explorer with the following error: Error: in loading image java.lang.NullPointerException at com.sun.j3d.utils.image.TextureLoader.getTexture(Compiled Code) at Boing.createSceneGraph(Boing.java:71) at Boing.<init>(Boing.java:122) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Compiled Code) at sun.applet.AppletPanel.createApplet(AppletPanel.java:532) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(AppletPanel.java:468) at sun.applet.AppletPanel.run(Compiled Code) at java.lang.Thread.run(Thread.java:479) How come IE can't load the image file while the other two 'browsers' can. Is this a security issue or something else? Kind regards -- Damir Arh http://damir.gajba.net =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
