This content has been marked as final.
Show 1 reply
-
1. Re: Bind address
nightnic Jul 25, 2008 1:08 PM (in response to cubone)You can open run.bat and close to the end of the file under :RESTART label you will see a long line, ending with %*. This marks all command line parameters of bat file to be passed to java.exe. You need to add -b parameter at the end of the line so it looks like this:
<some long command line> %* -b <your ip address>.