From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bade20121af458b2,start X-Google-Attributes: gid103376,public From: Charles Hixson Subject: JGNAT evaluation -- Help request for Hello Date: 2000/08/17 Message-ID: <399C14E9.E6A340B6@earthlink.net>#1/1 X-Deja-AN: 659389818 X-Accept-Language: en Content-Type: multipart/mixed; boundary="------------2EFE36A9613D8BBC5F320960" X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 966530282 198.94.156.19 (Thu, 17 Aug 2000 09:38:02 PDT) Organization: EarthLink Inc. -- http://www.EarthLink.net MIME-Version: 1.0 NNTP-Posting-Date: Thu, 17 Aug 2000 09:38:02 PDT Newsgroups: comp.lang.ada Date: 2000-08-17T00:00:00+00:00 List-Id: This is a multi-part message in MIME format. --------------2EFE36A9613D8BBC5F320960 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 --------------2EFE36A9613D8BBC5F320960 Content-Type: text/x-vcard; charset=us-ascii; name="charleshixsn.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Charles Hixson Content-Disposition: attachment; filename="charleshixsn.vcf" begin:vcard n:Hixson;Charles x-mozilla-html:FALSE adr:;;;;;; version:2.1 email;internet:charleshixson@earthling.net fn:Charles Hixson end:vcard --------------2EFE36A9613D8BBC5F320960--