> What exactly is "the main freenet folder" ? How do I find it?

The directory that freenet.jar, freenet-ext.jar, freenet.[conf|ini] and
freenet.log reside in.  Although I recently discovered that if you do
something like

set CLASSPATH=U:\Freenet\freenet.jar;U:\Freenet\freenet-ext.jar
cd F:\spork
java freenet.node.Main

fred complains that it can't find its ini file... which is a tad limiting.
Seems you are required to do a

cd U:\Freenet
java freenet.node.Main

else it doesn't work.  Does that imply fred simply looks in its current
directory for the conf file? And that even if the above did work fred would
still create its freenet.log in the current directory? Or does it just mean
that the Windows JVM is broken?   (Or maybe just that there is no Java API
for determining where your own jar is?)

d


_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl

Reply via email to