From owner-freebsd-java Thu Apr 23 10:19:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14065 for freebsd-java-outgoing; Thu, 23 Apr 1998 10:19:52 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14052 for ; Thu, 23 Apr 1998 10:19:48 -0700 (PDT) (envelope-from bartol@salk.edu) Received: from cole.salk.edu (cole [198.202.70.113]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id KAA06834; Thu, 23 Apr 1998 10:17:43 -0700 (PDT) Date: Thu, 23 Apr 1998 10:17:39 -0700 (PDT) From: Tom Bartol To: Nate Williams cc: Volker Paepcke , freebsd-java@FreeBSD.ORG, hasty@rah.star-gate.com Subject: Re: JWS2.0/libawt.so trouble In-Reply-To: <199804231523.JAA09410@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 23 Apr 1998, Nate Williams wrote: > > > 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 Hi all, I can also confirm that changing the definition of javaloc to: javaloc="${_SS_JDK_HOME}/bin" (note that there is _NO_ terminating / in the definition) fixed the problem for me -- Thanks Nate for all your help and the extremely rapid turn-around! Sorry I didn't get back to you last night as promised. I found that I needed a break once I got home. I now have jws running great. Thanks Amancio for your postings on how to get it running! I did find that I had to change the preference for "Builder" to "Use JDK java compiler (standard)" in the "Preferences" menu in order to actual build a package. Once I did this I could build the checkers demo applet and it ran just fine! This is excellent! O.K. On to installing the Swing bits... Thanks again, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message