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,4a36b7df69d1af90 X-Google-Attributes: gid103376,public From: Geoff Bull Subject: Re: JGNAT help puh-leeze Date: 2000/04/04 Message-ID: <38E94AFF.F22FD007@research.canon.com.au>#1/1 X-Deja-AN: 606353341 Content-Transfer-Encoding: 7bit References: <8bqd8g$sbs$1@nnrp1.deja.com> <8c2613$hce$1@nnrp1.deja.com> <8c7fh4$25g$1@nnrp1.deja.com> <8c92nl$nqn$1@nnrp1.deja.com> <8cak93$dtl$1@nnrp1.deja.com> <38E93F14.BA4DA1CE@interact.net.au> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@research.canon.com.au X-Trace: cass.research.canon.com.au 954813153 5393 203.12.174.227 (4 Apr 2000 01:52:33 GMT) Organization: Canon Information Systems Research Australia Mime-Version: 1.0 NNTP-Posting-Date: 4 Apr 2000 01:52:33 GMT Newsgroups: comp.lang.ada Date: 2000-04-04T01:52:33+00:00 List-Id: maybe you should take this to the gnat chat list G wrote: > > after installing the JGNAT over my GNAT, ^^^^ Why did you do that? - I installed it somewhere else. > I have problems running some > examples because of an aborted installation of Borland's JBUILDER which > has inserted itself > into some of the path operations. I don't understand what you are saying here? > It is not evident in my autoexec.bat > file... so I can't trial the examples. Oh so you're using win95/98, always helpful to say so. Do you mean the JBUILDER install has screwed up your autoexec and you don't know how to fix it? > Any advice ? Without more information on the problem, nobody can help you. You could restore your autoexec form a backup. > Also - The JGNAT outputs class files. Ok, but why is it that after > compiling the hello.adb file to hello.class that I can't run the class > file with "java hello" at the command line prompt ? I tried this out on nt and had no problems. If you don't say what happened when you tried "java hello" nobody can do any more than guess at your problem Here is my guess: You didn't read the documentation (in particular jgnat-1.0p-README.txt) you got java.lang.NoClassDefFoundError, right? Search the doco for CLASSPATH and you will find the solution. If my guess is wrong, maybe you fouled up the installation? Cheers Geoff