[476] in java-interest

home help back first fref pref prev next nref lref last post

Re: Makefiles & Java

daemon@ATHENA.MIT.EDU (David Hopwood)
Fri Jun 23 16:04:08 1995

From: David Hopwood <david.hopwood@lady-margaret-hall.oxford.ac.uk>
To: gzoller@imonics.com (Gregory Zoller - Imonics Development)
Date: Fri, 23 Jun 1995 20:38:42 +0000 (BST)
Cc: java-interest@java.sun.com
In-Reply-To: <9506231825.AA08603@antioch.imonics.com> from "Gregory Zoller - Imonics Development" at Jun 23, 95 02:25:19 pm

> 
> I was playing with the native method demo code supplied in the
> Java release.  I have javac in my path, but make loses it for
> some reason.  I put an explicit path to javac.  Then I get this 
> error:
> 
> 	ksh was not found in /usr/bin/../bin/sun4/ksh
> 	make: *** [File.class] Error 1
> 
> On my system, ksh is in /usr/bin.  I've looked through the
> java scripts and can't find where sun4 is referenced.

Try creating /usr/bin/sun4, if it isn't there, and then making a
symbolic link:
ln -s /usr/bin/ksh /usr/bin/sun4/ksh

David Hopwood
david.hopwood@lmh.ox.ac.uk
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post