From owner-freebsd-questions Tue Jan 27 05:25:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14971 for questions-outgoing; Tue, 27 Jan 1998 05:25:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whale.sunbay.crimea.ua (sunbay-10BASE-T.cris.net [194.93.176.88]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14805 for ; Tue, 27 Jan 1998 05:24:06 -0800 (PST) (envelope-from ph@sunbay-software.com) Received: from pc400 (pc400.sunbay.crimea.ua [194.220.45.90]) by whale.sunbay.crimea.ua (8.8.7/1.13) with SMTP id PAA01684; Tue, 27 Jan 1998 15:20:25 +0300 (MSK) Message-Id: <2.2.32.19980127121934.008fba90@mail.sunbay-software.com> X-Sender: ph@mail.sunbay-software.com X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 27 Jan 1998 15:19:34 +0300 To: guram@parliament.ge (Guram Mosashvili) From: Alexey Zelkin Subject: Re: Java->Netscape->FreeBSD Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi ! > We have installed Netscape-3.04 FreeBSD-2.2.2, but unfortunately > browser does not recornized the Java applets. > We will appreciate it if someone skillful in FreeBSD and > Netscape helps us. I could not run java applets with NN3, because of unspecified Java classes path. Your installation should contain file "java30" or something about that. Before starting netscape just set environment variable CLASSPATH with value of directory where "java30" file is located. Try: # cd /usr/local/netscape # mv netscape netscape.bin # echo "export CLASSHPATH=/usr/local/netscape" >> netscape # echo "exec /usr/local/netscape/netscape.bin" >> netscape # chmod +x netscape # ln -s /usr/local/netscape/netscape /usr/X11R6/bin/netscape As I remember it is enough. --- SY, Alexey