The answer would be no, as far as I can tell.  Supposedly there was going to
be another line added into the flaunch.ini that would let you send
parameters to java to startup Freenet with, however there does not seem to
be any at this time.  The current workaround is:

1. Start Freenet directly through the command line, without the bunny icon.
you'd do something like:
javaw -server -Xmx256m -jar freenet.jar

2. Change how your Java starts by default so that it will *always* try to
start in server mode before it tries client mode.  You can do this by
editing your jvm.cfg file & make sure -server KNOWN comes before -client
KNOWN (you'll just need to rearrange them).  The file is in your Java
Runtime directly..mines is in the jre\lib\i386 folder.

If you're using Sun Java, remember you need to have the SDK version to be
able to run Java in server mode.

Enjoy!



----- Original Message ----- 
From: "Someone" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 05, 2004 10:59 AM
Subject: [freenet-support] Question about the bunny app


Is it possible to add additional commandline parameters to the flaunch.ini
that is used by the bunny app to start freenet. So I can for ex. add the
server switch for java to it instead of starting freenet via a batch file?
It's nothing important, just something that might be usefull.

_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Reply via email to