When I compile the hello example with jgnatmake, it seems to compile without any problems. However, java hello produces the error: Exception in thread "main" java.lang.NoClassDefFoundError: hello Any suggestions? I am running on Win95b with several different versions of Java installed. Unfortunately, the automatically detected version was Java 1.1.8(?), so I edited my path to place more appropriate versions of java first (with a manual line-split added): set path=c:\JGnat\JGnat-1.0p\bin\; c:\jdk1.3\;c:\jdk1.3\bin\;c:\jdk1.3\lib;c:\jdk1.3\jre;c:\jdk1.3\jre\bin;c:\jdk1.3\jre\lib;%path% Currently this is being executed from with a batch file after MSDos is started. Largely because I don't want my path to get any larger than it already is, but things could be shuffled if that were significant. (The other reason is so that I won't need to reboot between changes.) -- (c) Charles Hixson -- Addition of advertisements or hyperlinks to products specifically prohibited