Results 1 to 4 of 4

Thread: Help trying to get java work please!!!

  1. #1

    Thread Starter
    Hyperactive Member LawnNinja's Avatar
    Join Date
    Aug 2006
    Posts
    446

    Unhappy 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?

  2. #2

    Thread Starter
    Hyperactive Member LawnNinja's Avatar
    Join Date
    Aug 2006
    Posts
    446

    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.

  3. #3

    Thread Starter
    Hyperactive Member LawnNinja's Avatar
    Join Date
    Aug 2006
    Posts
    446

    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)
    -----------------------------------------------------------------------------------

  4. #4
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    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
  •  



Click Here to Expand Forum to Full Width