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
After setting the path of your jdk use JPS.Then You can eaisly kill it by Task ManagerJPS will give you all java processes
JPS