From: Max G. <gi...@ye...> - 2002-09-23 18:36:56
|
Soh Chee Weng,Bryan wrote: >sorry if i'm repeating a question that has been asked previously. >i'm prompted with this error > >Exception:java.lang.NoClassDefFoundError: gl4java/awt/GLAnimCanvas > >tried installing whatever i could get my hands on but its still there. could anyone advise me about the matter. > > As you probably know it means that your application can't find class mentioned above. You can correct this by adding gl4java.jar to the CLASSPATH, putting GL4Java .class files to some directory which is already in classpath or putting gl4java.jar into JDK's jre/lib/ext directory. For compiler to find it you need to put it into CLASSPATH. If you have any further problems please be more specific on what is your CLASSPATH (ie. what is the output of 'set' without arguments), what your starting script contains and where GL4Java files are. HTH, Max |