Henry Wong wrote:
also I added the 'server' vm argument: java -server -jar xxx.jar
The "-server" option has nothing to do with networking. This option specifes that the JVM should use the "server" JIT compiler -- which is optimized better for longer running programs.
Henry
Marco Ehrentreich wrote:Hi Gal,
I don't really understand the problem. Where do you see that any remot port is "0"? Are you talking about the server side or the client side? If you're opening a socket we're only on the server side. What else does this application do?
Marco