public void launchJVM(String[] programArguments) {
String parameters = buildTODParameters();
String jarFile = new File(this.getTODSession().getMainClassLocation(), this.getTODSession().getJar()).getAbsolutePath();
LaunchingConnector defaultConnector = Bootstrap.virtualMachineManager().defaultConnector();
Map arguments = defaultConnector.defaultArguments();
//temporary hack for windows 7, 64-bit, possibly others?
//String os = System.getProperty("os.name");
//String arch = System.getProperty("sun.arch.data.model");