All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.hazelcast-all.4.2.source-code.stop-all.bat Maven / Gradle / Ivy

There is a newer version: 5.0-BETA-1
Show newest version
@echo off

REM ******* This script kills java processes running HazelcastMemberStarter

wmic process where "Name like '%%java%%' AND CommandLine like '%%HazelcastMemberStarter%%'" delete




© 2015 - 2024 Weber Informatics LLC | Privacy Policy