On Wed, 20 Nov 2002 17:28:47 +0800 "walter bibiza" <[EMAIL PROTECTED]> wrote:
> hello, > i,m using mandrake 9.0. i have installed j2re 1.4.1 under > usr/java and still freenet tells me java not found. please > help me in a user-friendly way how freenet can find path > to java. > thanks walter If you are using bash, then this should be done by export command: export PATH=$PATH:/usr/java/bin you could also ad this line to your ~/.bashrc file so, that you don't need to execute this command every time you start freenet. btw. I'm not sure, if you can run freenet with java 1.4.1. If you run into problems, try the older version: 1.3.1_06 http://java.sun.com/j2se/1.3/download.html -Sami _______________________________________________ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
