"Hard to kill - process java.exe"
Hi programmers,
I launch rapidminer in batch mode from my C# app via Process class. I have problem with killing process started by rapidminer. I cant recognize which process called java.exe must be kill to stop rapidminer. Is there other way than kill them all,hope that i end the right one and dont kill some other important java app ? Thanks for any help I really stuck there.
Cheers,
Andrew
I launch rapidminer in batch mode from my C# app via Process class. I have problem with killing process started by rapidminer. I cant recognize which process called java.exe must be kill to stop rapidminer. Is there other way than kill them all,hope that i end the right one and dont kill some other important java app ? Thanks for any help I really stuck there.
Cheers,
Andrew
Sort by:
1 - 5 of
51
Hi,
if you use the windows installer, there will be a key in the registry, namely "HKEY_CURRENT_USER\Software\RapidMiner\Path" containing the installation path. Might this be of use for you?
By the way: You are aware, that the calling application must be licensed under the AGPL?
Greetings,
Sebastian
if you use the windows installer, there will be a key in the registry, namely "HKEY_CURRENT_USER\Software\RapidMiner\Path" containing the installation path. Might this be of use for you?
By the way: You are aware, that the calling application must be licensed under the AGPL?
Greetings,
Sebastian
For whoever might care, here is the solution http://social.msdn.microsoft.com/forums/en-US/clr/thread/c890c877-b267-4f93-9962-8f75a6219875/ .
Cheers,
Andrew