From owner-freebsd-hackers Thu Feb 27 17:32:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA00118 for hackers-outgoing; Thu, 27 Feb 1997 17:32:40 -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 RAA00110 for ; Thu, 27 Feb 1997 17:32:36 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id RAA09736; Thu, 11 Jan 1996 17:00:43 +0800 (WST) Date: Thu, 11 Jan 1996 17:00:43 +0800 (WST) From: Adrian Chadd To: Doug Rabson 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 > > I as just wondering if there was any plans to introduce java binary > > compatibility into the FreeBSD kernel. Not a java compiler / appletviewer > > in the KERNEL itself, but something like what LInux does, ie you echo the > > paths of the java executer and appletview into > > /proc/sys/kernel/java-interpreter and ../applet-viewer, and everytime a > > java binary is run, it runs the appropriate program with the right > > arguements, and there is your nice java binary running. :) > > If this happens at all, it should probably use sysctl to give the > interpreter names to the kernel. > Well yep, thats how things are done in FreeBSD vs. Linux. And to set stuff like CLASSPATH, just another sysctl call. Note we aren't incoporating the *INTERPRETER* into the kernel, just the support to RUN the interpreter whenever a java image is executed. Again, I'll look at the linux source for it tonight. Adrian