From owner-freebsd-hackers Thu Mar 6 07:38:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24529 for hackers-outgoing; Thu, 6 Mar 1997 07:38:44 -0800 (PST) Received: from wgold.demon.co.uk (wgold.demon.co.uk [158.152.96.124]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA24503 for ; Thu, 6 Mar 1997 07:38:25 -0800 (PST) Received: from wgold.demon.co.uk by wgold.demon.co.uk (NTMail 3.02.10) with ESMTP id va001243 for ; Thu, 6 Mar 1997 10:49:10 +0000 Message-ID: <331EA126.412D@wgold.demon.co.uk> Date: Thu, 06 Mar 1997 10:49:10 +0000 From: James Mansion Organization: Westongold Ltd X-Mailer: Mozilla 3.01Gold (WinNT; I) MIME-Version: 1.0 To: hackers@freebsd.org Subject: Re: java support under FreeBSD. References: <199703041926.LAA24593@dirac.phys.washington.edu> <199703042052.PAA13147@jenolan.caipgeneral> <331DD1CB.794BDF32@whistle.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Info: Westongold Ltd: +44 1992 620025 www.westongold.com Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a suggestion wrt 'foo'class' rather than 'foo'. Would it be possible to write a layered filter file system and mount it onto some part or parts of the main system so that, if I try to stat or open 'foo', and 'foo' does not exist but 'foo.class' doesn't, then I see a read-only executable file called 'foo', maybe one that has contents '#!/somewhere/java foo.class' or therabouts? James