[...]
Anybody any ideas or recommendations for this problem?
I don't know if they'll help, but what are your OS & RAM?
Also, if increasing the memory allocation helps, you can try to increase the memory cap even more in the .bat file (E.G. java -Xmx
1024M blah_blah).
Also if anyone can tell me how to add the command included into the bat file directly to NI that would be great...its a bit of a pain having the bat open and NI (when I close the bat NI closes). Yes I'm a stickler for unneccesary open windows.
Create a link, using the "java -Xmx512M blah_blah" command line as destination and the directory containing NearInfinity-blah.jar as working directory.
Otherwise, I believe that using '
start java -Xmx512M blah_blah' will cause the DOS window to be closed after the program is started.