Re: NoClassDefFoundError

Hi Ken,

A small addition to Don's advice...

If you are running Windows NT, make sure there are no copies of JAVA.EXE
in your WinNT, WinNT\System or WinNT\System32 folders.  Rename them to
JAVA.XXX or something; otherwise the default PATH order searches those
folders before your JDK's BIN folder, causing the wrong copy of java to
run--a copy that cannot find the Java3D classes.

Good luck,
Curtis

At 14:45 7/27/00, you wrote:
>when I try to run RubberBandBoxRendererJ3D I get the following:
>      Exception in thread "main" java.lang.NoClassDefFoundError:
>javax/media/j3d/Group
>also when I try to run TestArea in data/mcidas I get the following error
>      Exception in thread "main" java.lang.NoClassDefFoundError:
>com/sun/j3d/utils/applet/MainFrame
>I was actually able to run TestArea a few days ago, but I'm not sure why
>it won't run now.  Also when I ran this routine with a larger size file
>(a 14mb 4 km conus area image) I get the following error
>      Exception in thread "main" java.lang.OutOfMemoryError
>Can you shed some light on these NoClassDefFoundError problems and how
>can I overcome the memory problem.  Thank you.
>
>-Ken


  • 2000 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: