View Single Post
  #2  
Old 25.08.2013, 20:46
flubshi
Guest
 
Posts: n/a
Default

For every java-program you start a new instance of the java runtime is launched. So for every java program you have an own process of javaw.exe running in your taskmanager. If there are more than one processes of javaw.exe you need to figure out which one is for jdownloader.
But if there is only one process of javaw.exe and the jdownloader is freezed you can promptly kill this process.
If you restart jdownloader after that step (or if you run any other java-program), a new javaw.exe-process (and a new java runtime) is started.
Reply With Quote