From owner-freebsd-hackers Sun Mar 2 07:23:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA16713 for hackers-outgoing; Sun, 2 Mar 1997 07:23:28 -0800 (PST) Received: from obiwan.aceonline.com.au (obiwan.aceonline.com.au [203.103.90.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA16704 for ; Sun, 2 Mar 1997 07:23:24 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id FAA00641; Mon, 3 Mar 1997 05:26:16 +0800 (WST) Date: Mon, 3 Mar 1997 05:26:15 +0800 (WST) From: Adrian Chadd To: Joerg Wunsch cc: hackers@freebsd.org Subject: Re: Java binary support in FreeBSD ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > $JAVAINTERPRETER -classpath $JAVACLASSPATH:/home/adrian/test HelloWorld > > I thought about this possibility -- but how do you get at the pathname > inside the image activator? The image activator gets just a vnode, > sure, that's a file -- but without any pathname information. > Well, I have got it working enough to run a java binary, the problem is that a ps list doesn't show the binary name, only the program arguements with a (java) at the end of it. I also have to fix it up to strip the ".class" from when you run a java class (I left that till last, I might even do it before I goto bed tonight), and when its in a useable state I'll give it to people to play with and find holes.:) Cya. Adrian.