From owner-freebsd-java Wed Apr 22 16:20:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29369 for freebsd-java-outgoing; Wed, 22 Apr 1998 16:20:12 -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 XAA29355; Wed, 22 Apr 1998 23:20:07 GMT (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 QAA07578; Wed, 22 Apr 1998 16:20:05 -0700 (PDT) Date: Wed, 22 Apr 1998 16:19:40 -0700 (PDT) From: Tom Bartol To: Nate Williams cc: freebsd-java@FreeBSD.ORG, java-port@FreeBSD.ORG, ritter@orbisys.com, hasty@rah.star-gate.com Subject: Re: JWS2.0/libawt.so trouble In-Reply-To: <199804222245.QAA06639@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 Wed, 22 Apr 1998, Nate Williams wrote: > > > > I just modified the jws startup_wrapper to output the java command line > > > > and this is what I get: > > > > > > > > /usr/local/Java-WorkShop2.0/JDK/bin/i386/green_threads/java -classpath > > > > > > Why is java being run out of there? If the JDK is installed there, then > > > you need to change JAVA_HOME to point there. (I don't know what's going > > > on with regard to Amancio's changes/patches, so forgive me.) > > > > > > > /usr/local/Java-WorkShop2.0/JDK is a symlink to /usr/local/jdk1.1.5 so > > this is fine. If I set JAVA_HOME to point directly at /usr/local/jdk1.1.5 > > Then I get: > > > > /usr/local/jdk1.1.5/bin/i386/green_threads/java -classpath ... > > > > And jws still fails so that's not it. > > It *should* setup the environment correctly then, since > /usr/local/Java-Workshop2.0/JDK/lib/i386/green_threads/*so should > contain the correct libraries. Is that indeed the case? > > > > Nate Yes, "ls /usr/local/Java-WorkShop2.0/JDK/lib/i386/green_threads/*so" looks like: libagent.so* libjpeg.so* libnet_g.so* libagent_g.so* libjpeg_g.so* libsysresource.so* libawt.so* libmath.so* libsysresource_g.so* libawt_g.so* libmath_g.so* libtawt.so* libjava.so* libmmedia.so* libtawt_g.so* libjava_g.so* libmmedia_g.so* libzip.so* libjogl.so@ libnet.so* libzip_g.so* and as you can see libawt.so is right where it's supposed to be. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message