From owner-freebsd-java@FreeBSD.ORG Sat Mar 29 05:09:43 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FAC2106564A for ; Sat, 29 Mar 2008 05:09:43 +0000 (UTC) (envelope-from redchin@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id BB7D18FC12 for ; Sat, 29 Mar 2008 05:09:42 +0000 (UTC) (envelope-from redchin@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so531467fgg.35 for ; Fri, 28 Mar 2008 22:09:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=MtX5naz9YV8crxf73dM6RVmWQKBk1XlDFP/zeAmr9P8=; b=Y1S8lgfUmSrdz8TNIZ8nbXK/slVH8tPXxMEcPDvftfD+VB6dbVB8CuGaicuPOMKY5zmjzojMpwlcg0+IJAdM3tXMOuLwwqJrsFo4y9oQiN/B5MU5v+JNOaPhswC97pk8I8LrEkb3l7hrtHlz+HGeopj7iZJUCFBgGUZvCit/atw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=A57VdxCGeVyv8Fnyw0I+pSotBeol1YlP6cbV2wY+w+6cCCGFn84ayY2bk2bicohSgFi0mmwvLx9JWnqEj9EwDkfsvjch3jU1oWtjZEAlViciNf8TrCaXz+FUhfTc0J2E/dYVbgsqQcwsyLiO0uXEVbO3iQL92oEZ8zJmjXMn070= Received: by 10.82.123.8 with SMTP id v8mr7795082buc.30.1206765828010; Fri, 28 Mar 2008 21:43:48 -0700 (PDT) Received: by 10.82.160.9 with HTTP; Fri, 28 Mar 2008 21:43:47 -0700 (PDT) Message-ID: <1d3ed48c0803282143k75c475a1i1bd5ffa99a26463e@mail.gmail.com> Date: Fri, 28 Mar 2008 21:43:47 -0700 From: "Kevin Downey" To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: java v. procfs X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2008 05:09:43 -0000 I was having trouble getting java to work and I googled and found a site that said they don't mix. When I unmounted /proc java started working. I would kind of like to have both since /proc is needed for gnome. % java -version java version "1.5.0_14-p8" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-p8-root_28_feb_2008_23_34) Java HotSpot(TM) Server VM (build 1.5.0_14-p8-root_28_feb_2008_23_34, mixed mode) % java -cp /usr/local/share/java/classes/jline.jar:clojure.jar jline.ConsoleRunner clojure.lang.Repl Clojure user=> (+ 1 3) 4 user=> % sudo mount -t procfs null /proc % java -cp /usr/local/share/java/classes/jline.jar:clojure.jar jline.ConsoleRunner clojure.lang.Repl Error: could not find libjava.so Error: could not find Java 2 Runtime Environment. zsh: exit 2 java -cp /usr/local/share/java/classes/jline.jar:clojure.jar % uname -a FreeBSD eskarina.nexus.lan 7.0-STABLE FreeBSD 7.0-STABLE #66: Tue Mar 18 22:21:26 PDT 2008 root@eskarina.nexus.lan:/usr/obj/usr/src/sys/ES i386 -- The Mafia way is that we pursue larger goals under the guise of personal relationships. Fisheye