I\'m running a java application that we distribute as a server-side system. I\'m trying to write a launcher (\"write\" is somewhat of an overstatement here, I\'m basically j
AFAIK, the JRE usually doesn't ship with a server VM (only the client VM). If you really need the server VM, you have to use the JDK installation.
See Oracle Java for Developers Download page for JRE's with Server VM.