|
Hello everyone, I apologize for my newbie question,
I have posted once or twice before. I'm creating a really small scene for
testing and learning purposes, all I have so far is a simple little house shape.
Anyway, as part of my learning I'm trying to create an applet that can be viewed
through the internet, I've seen some applets using java3d, but I can't seem to
get mine to work. I get an instantiation error:
java.lang.InstantiationException:
TestJava3D
at com/ms/applet/BrowserAppletFrame.newInstance at com/ms/applet/AppletPanel.processSentEvent at com/ms/applet/AppletPanel.processSentEvent at com/ms/applet/AppletPanel.run at java/lang/Thread.run Which I'm not sure how to fix. If someone can help
me out I'd greatly appreciate it, even if it's just a pointer to somewhere that
answered my question. One thing about this is, is java3D going to be a part of
the standard java plug-in if it isn't already? I don't think it is, so what is
the best way to get around this? The way I have the applet file system set up so
far, is I've extracted all the class files from the java3d jar files into the
web folder and put the applet-specific files in the root directory, as I'm not
quite sure this is legal, another way would be nice. Again, thank you in advance
for any help anyone can provide me.
Eric Berry
|
