From owner-freebsd-java@FreeBSD.ORG Fri Jan 23 08:26:58 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765B816A4CE for ; Fri, 23 Jan 2004 08:26:58 -0800 (PST) Received: from honorio.sinectis.com.ar (honorio.sinectis.com.ar [216.244.192.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C03743D3F for ; Fri, 23 Jan 2004 08:26:55 -0800 (PST) (envelope-from bfranco@uolsinectis.com.ar) Received: by honorio.sinectis.com.ar (Postfix, from userid 99) id 5E8046C649; Fri, 23 Jan 2004 13:26:53 -0300 (GMT+3) Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-Mailer: Sinectis Webmail 5.6.16-1.4.7 From: bfranco@uolsinectis.com.ar To: freebsd-java@freebsd.org Message-Id: <20040123162653.5E8046C649@honorio.sinectis.com.ar> Date: Fri, 23 Jan 2004 13:26:53 -0300 (GMT+3) Subject: jdk13 only as root? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bfranco@uolsinectis.com.ar List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2004 16:26:58 -0000 Hi everyone!I've installed jdk1.3.1 (WITH_LINUX_BOOTSTRAP, as someone in the list adviced) on my FreeBSD 5.2-RELEASE. Installation went just fine, but now the only way I can use java is as root, not as a regular user: [root@taz root]#/usr/local/jdk1.3.1/bin/java -versionjava version "1.3.1-p9"Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p9-franco-040122-18:36)Classic VM (build 1.3.1-p9-franco-040122-18:36, green threads, nojit) [franco@taz franco]$ /usr/local/jdk1.3.1/bin/java -version ^C <--waits there forever. Does anyone know what's going on? Eclipse runs just fine (as root, of course), and java applications develeped by my run ok too (as root). Thanks in advance.