From owner-freebsd-hackers Fri Feb 28 04:54:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA25193 for hackers-outgoing; Fri, 28 Feb 1997 04:54:48 -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 EAA25188 for ; Fri, 28 Feb 1997 04:54:44 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id CAA00317 for ; Sat, 1 Mar 1997 02:57:53 +0800 (WST) Date: Sat, 1 Mar 1997 02:57:52 +0800 (WST) From: Adrian Chadd To: freebsd-hackers@freebsd.org Subject: Re : java support in FreeBSD.. 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'll have a working tester for anyone to play with in a day or so. You set the path to the java interpreter, appletviwer and classfile using sysctl (kern.java.interpreter/appletviewer/classpath) and it will execute things for you. There isn't ANY java interpreter stuff in the kernel, just the bit to detect a java binary. Thanks, Adrian Chadd