From owner-freebsd-java Wed Apr 22 15:13:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13825 for freebsd-java-outgoing; Wed, 22 Apr 1998 15:13:38 -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 WAA13627; Wed, 22 Apr 1998 22:12:47 GMT (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 QAA18954; Wed, 22 Apr 1998 16:12:21 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id QAA06399; Wed, 22 Apr 1998 16:12:18 -0600 Date: Wed, 22 Apr 1998 16:12:18 -0600 Message-Id: <199804222212.QAA06399@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Tom Bartol Cc: Nate Williams , freebsd-java@FreeBSD.ORG, java-port@FreeBSD.ORG, ritter@orbisys.com Subject: Re: JWS2.0/libawt.so trouble In-Reply-To: References: <199804222049.OAA05643@mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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.) > -Djws.xdisplay=:0.0 sun.jws.Main > > It looks like it's setting jws.xdisplay to the correct value. Is this the > variable you were referring to? No, I'm referring to the 'DISPLAY' variable, which is part of your shell and is used by the java shell script to use the 'appropriate' JVM. (One doesn't contain any linkage for the X stuff, hence the original error.) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message