From owner-freebsd-questions Wed Sep 17 23:53:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA12425 for questions-outgoing; Wed, 17 Sep 1997 23:53:16 -0700 (PDT) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA12411 for ; Wed, 17 Sep 1997 23:53:07 -0700 (PDT) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with ESMTP id MAA24389; Thu, 18 Sep 1997 12:25:42 +0530 Message-ID: <342162C1.DE8E4670@opentech.stpn.soft.net> Date: Thu, 18 Sep 1997 12:20:01 -0500 From: Prashant Dongre Reply-To: pdongre@opentech.stpn.soft.net X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: Scott Mitchell CC: questions@freebsd.org Subject: Re: jdk1.1 for FreeBSD X-Priority: 3 (Normal) References: <199709171215.NAA14107@crux> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Scott Mitchell wrote: > Try the Linux port at http://www.blackdown.org/java-linux.html. The latest > version supports the 1.1.3 class libraries. Other than needing to tweak > the java_wrapper script (written for some whacko Linux version of ksh) it > has worked perfectly for me, even the AWT stuff. > > HTH, > Scott Hi, I got the JDK 1.1 thanks.... I am able to compile the classes/applet, but when I run appletviewer i get a nullpointer exception error in sun.motif classes.... I do not have libXm.so i.e. motif library but I am using "lesstif-0.79". I downloaded JDK 1.1 from http://www.csi.uottawa.ca/~kwhite/javaport.html There was no need to fiddle with .java_wrapper script but it was cribbing till I made a link to compat 2.1 libs. Thanks in advance for help. Prashant.