From owner-freebsd-java Thu Apr 23 08:24:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16060 for freebsd-java-outgoing; Thu, 23 Apr 1998 08:24:26 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15930 for ; Thu, 23 Apr 1998 08:24:02 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA25177; Thu, 23 Apr 1998 09:23:55 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA09410; Thu, 23 Apr 1998 09:23:17 -0600 Date: Thu, 23 Apr 1998 09:23:17 -0600 Message-Id: <199804231523.JAA09410@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Volker Paepcke Cc: Nate Williams , Tom Bartol , freebsd-java@FreeBSD.ORG Subject: Re: JWS2.0/libawt.so trouble In-Reply-To: <199804230857.KAA00610@yavin.franken.de> References: <199804222342.RAA07109@mt.sri.com> <199804230857.KAA00610@yavin.franken.de> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > That should do the trick. The other solution would be to move javaloc > > completely out of the picture, and have it use the *script*, which it's > > supposed to do. ;( > > # Check for java interpreter. > > # > > JAVA_VM=${JAVA_VM:-"java"} > > javaloc="${_SS_JDK_HOME}/bin/" > > ^^^^^^^^^^^^^^^^^^^^ > > That is the 'portable' solution, but I'm not sure if it'll work. (It > > should.) ... > The second fix (the 'portable' solution) works fine for me now :-) Great! > I assume that the THREADS_TYPE environment variable must > be set for the JVM to find the correct libraries. Setting the > LD_LIBRARAY_PATH is not enough. Actually, no. We just took the need for such things out, since it's non-portable. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message