Date: Fri, 28 Mar 2008 21:43:47 -0700 From: "Kevin Downey" <redchin@gmail.com> To: freebsd-java@freebsd.org Subject: java v. procfs Message-ID: <1d3ed48c0803282143k75c475a1i1bd5ffa99a26463e@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1d3ed48c0803282143k75c475a1i1bd5ffa99a26463e>