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/06 Message-ID: <38EBFC63.475A2DC2@research.canon.com.au>#1/1 X-Deja-AN: 607363713 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> <38E94AFF.F22FD007@research.canon.com.au> <38EBF2A6.FBF3DD19@interact.net.au> To: G 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 954989635 12823 203.12.174.227 (6 Apr 2000 02:53:55 GMT) Organization: Canon Information Systems Research Australia Mime-Version: 1.0 NNTP-Posting-Date: 6 Apr 2000 02:53:55 GMT Newsgroups: comp.lang.ada Date: 2000-04-06T02:53:55+00:00 List-Id: G wrote: > I can fix autoexec - but when I enter "make run" at the prompt in DOS > everything starts fine but then I get an error message with > can't find C:\JBUILDER\JDK1.2.2 ... (etc.) But the JBUILDER directory > doesn't exist > > > > > > Any advice ? Here's another guess (but more informed). Try searching the registry for C:\JBUILDER\JDK1.2.2 Did you install jbuilder after Sun's jdk? Maybe it overwrote the keys the jdk launcher users to find its runtime (highly likely 'cause it is shipped with a sun jvm). I would check the registry keys sun's jdk uses: Software\JavaSoft\Java Runtime Environment\1.2 Software\JavaSoft\Java Development Kit\1.2 Might be just as easy to uninstall & reinstall jdk. Hope this helps Geoff