From: Thomas H. <mai...@fa...> - 2008-04-21 06:41:45
|
Hi! For windows I propose following change of the run.bat * First add an setting for the maximum memory, as the default value in some cases (like the ant-build) is not enough. I have already some outofmemory exceptions. * remove the "servicebin" command in the last line. What does it do? It's not a command on windows and it not an exe somewhere. It was added by damencho with the comment "felix 1.0.1" mkdir "%UserProfile%/.sip-communicator/log" set PATH=%PATH%;native start javaw -classpath "lib/jdic-all.jar;lib/jdic_stub.jar;lib/felix.jar;lib/sc-launcher.jar;sc-bun dles/util.jar" -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties net.java.sip.communicator.launcher.SIPCommunicator |