From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 09:12:27 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F277837B401 for ; Fri, 11 Jul 2003 09:12:26 -0700 (PDT) Received: from yt.88.net (h-66-134-174-190.NYCMNY83.covad.net [66.134.174.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF6D43F3F for ; Fri, 11 Jul 2003 09:12:26 -0700 (PDT) (envelope-from john@zog.net) Received: from zog.net (localhost [127.0.0.1]) by yt.88.net (Postfix) with ESMTP id 483AB4DB for ; Fri, 11 Jul 2003 16:12:25 +0000 (GMT) Message-ID: <3F0EE420.6090801@zog.net> Date: Fri, 11 Jul 2003 18:21:52 +0200 From: John Morgan Salomon Organization: ZOG Consulting Ltd. User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030528 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: JDK1.3.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 16:12:27 -0000 Hi there, I installed JDK 1.3.1 from ports and set my library search paths with ldconfig. However, if I try to run any of the java binaries from /usr/local/jdk1.3.1/bin, I get unpredictable results (appletviewer just exits quietly, for example) although javac seems to work. Truss gives me no clues. If I remove that directory from my $PATH and instead add /usr/local/jdk1.3.1/jre/bin/i386/green_threads/ I get Error: could not find Java 2 Runtime Environment. Maye I'm just being dense here, but am I missing something? I've tried reinstalling from scratch. Cheers, -John