From owner-java@FreeBSD.ORG Thu Dec 18 09:43:10 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA06941 for java-outgoing; Thu, 18 Dec 1997 09:43:10 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from keymaster.fsl.noaa.gov (root@keymaster.fsl.noaa.gov [137.75.131.182]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA06911 for ; Thu, 18 Dec 1997 09:42:57 -0800 (PST) (envelope-from kelly@fsl.noaa.gov) Received: from cardinal.fsl.noaa.gov (cardinal.fsl.noaa.gov [137.75.60.101]) by keymaster.fsl.noaa.gov (8.8.5/8.8.5) with ESMTP id RAA14420; Thu, 18 Dec 1997 17:42:41 GMT Received: from fsl.noaa.gov (auk.fsl.noaa.gov [137.75.60.124]) by cardinal.fsl.noaa.gov (8.8.5/8.8.5) with ESMTP id RAA28900; Thu, 18 Dec 1997 17:42:41 GMT Message-ID: <34996090.1F59F048@fsl.noaa.gov> Date: Thu, 18 Dec 1997 10:42:40 -0700 From: Sean Kelly X-Mailer: Mozilla 4.03 [en] (X11; I; HP-UX B.10.20 9000/725) MIME-Version: 1.0 To: "Russell L. Carter" CC: Giao Nguyen , freebsd-java@FreeBSD.ORG Subject: Re: Goals for the JDK port References: <199712181737.KAA26103@dnstoo.consys.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk > }kernel to have an execution model for .class files? > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > And there would be one hardcoded vm? Nope. Just put the path to the vm in the sysctl MIB ... or use an environment variable which is ignored for setuid .class files. :-) --Sean