I want to kill the particular Java process in Windows, like in Linux (ps -aux to get processid and then kill processid to kill the process).
ps -aux
kill processid
You can also find the PID of a java program with the task manager. You enable the PID and Command Line columns View -> Select Columns and are then able to find the right process.
View -> Select Columns
Your result will be something like this :