From owner-freebsd-questions Mon Sep 23 04:30:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13177 for questions-outgoing; Mon, 23 Sep 1996 04:30:52 -0700 (PDT) Received: from chizuru.yy.cs.keio.ac.jp (chizuru.yy.cs.keio.ac.jp [131.113.47.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA13146 for ; Mon, 23 Sep 1996 04:30:46 -0700 (PDT) Received: from lavender.yy.cs.keio.ac.jp (lavender.yy.cs.keio.ac.jp [131.113.47.22]) by chizuru.yy.cs.keio.ac.jp (8.6.12+2.5W/3.1W-2.8compat) with ESMTP id UAA29214 for ; Mon, 23 Sep 1996 20:30:42 +0900 Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.7.5/3.4Wbeta5) id UAA00895; Mon, 23 Sep 1996 20:30:39 +0900 (JST) Message-Id: <199609231130.UAA00895@lavender.yy.cs.keio.ac.jp> To: questions@FreeBSD.ORG Subject: Re: Kaffe and graphical support.. X-Mailer: Mew version 1.06 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Mon, 23 Sep 1996 20:30:39 +0900 From: MIHIRA Yoshiro Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Got the JDK and Kaffe running fine. I didn't really spend much time looking > but do you know when Kaffe VM might support for building GUI's? If you want to use awt class under FreeBSD box, try Linux-JDK under Linux-emulator :-) I use it under FreeBSD-2.2-0612-SNAP and 0801-SNAP with as below: (Sorry I don't test under 2.1R or 2.1.5R.) ---------- 1) Setup Linux Emulator (see FreeBSD Handbook Linux emu section) 2) Replace ld.so-1.7.14.tar.gz(Linux-JDK needs new library file): ld.so ld-linux.so.1 libdl.so.1 This ld.so file is in: ftp://ftp.iij.ad.jp/pub/linux/slackware-3.1/source/a/ldso/ld.so-1.7.14.tar.gz 3) Install Linux JDK linux.jdk-1.0-try1.common.tar.gz linux.jdk-1.0-try4.static-motif.tar.gz (Linux JDK HOW-TO is ftp://ftp.lab.kdd.co.jp/Linux/Java/HOWTO/ or other) ---------- p.s. with Linux JDK 1.0.1 linux.jdk-1.0.1-try1.common.tar.gz linux.jdk-1.0.1-try3.static-motif.tar.gz Linux Emulator wrote out error messages: * lavender: {73} appletviewer public_html/test.html * LINUX: 'ioctl' fd=4, typ=0x89(), num=0x1 not implemented * LINUX: 'ioctl' fd=5, typ=0x89(), num=0x1 not implemented * LINUX: 'ioctl' fd=5, typ=0x89(), num=0x1 not implemented * LINUX: 'ioctl' fd=6, typ=0x89(), num=0x1 not implemented * LINUX: 'ioctl' fd=7, typ=0x89(), num=0x1 not implemented * LINUX: 'ioctl' fd=7, typ=0x89(), num=0x1 not implemented What can I do?? ---------- Yoshiro MIHIRA Keio Univ. Japan