--- linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp 2009/06/20 19:25:50 1919 +++ linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp 2009/06/21 15:19:06 1920 @@ -115,7 +115,7 @@ si.cb = sizeof(si); ZeroMemory(&pi, sizeof(pi)); - Command = _tcsdup(TEXT((String("javaw -jar \"") + lspath + fantasia + "\" &").c_str())); + Command = _tcsdup(TEXT((String("javaw -jar \"") + lspath + fantasia + "\"").c_str())); CreateProcess(NULL, Command, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi); ProcessHandle = pi.hProcess; CloseHandle(pi.hThread);