|
-
Jan 30th, 2007, 03:44 PM
#1
Thread Starter
Hyperactive Member
Help trying to get java work please!!!
Ok, I cant get anything java3d to work on my computer...... I have a 32bit processor so I was told to get a 32bit java runtime. So I got these 2 files.
j2re-1_4_2_13-windows-i586-p.exe (Java Run-Time 1.4.2.13)
java3d1_1_3-win-opengl-sdk (Java 3d API 1.1.3)
Should these work? My os is windows me..... and I have a Nvidia riva tnt2.
Is it that my computer is told old to develop for java3d or run anything java3d? I tried a java3d game out a long time ago(Runescape) and it worked just fine. Why can't I run anything else?
-
Jan 30th, 2007, 03:46 PM
#2
Thread Starter
Hyperactive Member
Re: Help trying to get java work please!!!
Ok I just found out I need to download
java3d1_1_3-win-opengl-rt.exe
To get it to work. I'll try that.
-
Jan 30th, 2007, 04:03 PM
#3
Thread Starter
Hyperactive Member
Re: Help trying to get java work please!!!
That didn't work.....
What happens is when I open an example off a java3d from the jdk it says
"applet failed load"
I found out that the java3d was just put into the jdk not the java folder in program files. I put the files there and nothing happens but when I exit the applet it give me this error....
-----------------------------------------------------------------------------------
java.lang.NoClassDefFoundError: sun/awt/DrawingSurfaceInfo
at javax.media.j3d.Canvas3D.removeNotify(Canvas3D.java:440)
at java.awt.Container.removeNotify(Unknown Source)
at java.awt.Container.removeNotify(Unknown Source)
at java.awt.Container.removeAll(Unknown Source)
at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.windowClosing(Unknown Source)
at java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
at java.awt.Window.processWindowEvent(Unknown Source)
at java.awt.Window.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
-----------------------------------------------------------------------------------
-
Jan 30th, 2007, 04:55 PM
#4
Frenzied Member
Re: Help trying to get java work please!!!
java.lang.NoClassDefFoundError: sun/awt/DrawingSurfaceInfo
This error indicates that something is missing. Make sure all the files are present and try again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|