yeah, actually just got it to work with FreeBSD 3.4 and JDK 1.2.2 (the blackdown port) and someone said they have it with JDK 1.8 (the one in /usr/ports/java/jdk)
to just run it, install the /usr/ports/java/jdk port and go with freenet-0.1beta.tgz... to compile on FreeBSD you may need to run gmake instead of make, and you ?may? need to alter the "scripts" to reflect where your bash is located (/usr/local/bin instead of /bin). this worked for me: $ tar -xzvf freenet-0.1beta-src.tgz $ cd Freenet/scripts $ perl -pi -e 'm@/usr/local/bin/bash@ || s@/bin/bash@/usr/local/bin/bash@' * $ cd .. $ gmake node client $ cd scripts $ ./install.sh -pete > "phrac" <phrac at asyncgaming.com> wrote: > > alright i want to get involved by running a server but i run freebsd and i > > cant get java runtime environment to run on freebsd. anyone give me any > > pointers? > > some people have gotten it to run under kaffe (http://www.kaffe.org), > I believe... > _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
