B4J Question Killing Java processes

Peekay

Active Member
Licensed User
Longtime User
This link tells how to kill a java process (with jps -1), but it does not work for me:
Killing java process

I have downloaded Java 14 now, and it also does not support it. Where am I going wrong?

PK
 

Peekay

Active Member
Licensed User
Longtime User
Does the java process restart when I restart my PC, or must I add something in the startup sequence?
PK
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
No Java processes start with your PC nor do you want them to. A Java process starts to execute a jar file. You can see them in Task Manager and occasionally if an error occurs the process can be left running but orphaned from any UI. If it happens I usually just kill it in Task Manager.

Please don't take this comment wrongly but you seem to assume that all this stuff is more complicated than it actually is.
 
Upvote 0
Top