https://github.com/martintrojer/jvm-mode.el.git
git clone 'git://github.com/martintrojer/jvm-mode.el.git'
Emacs minor mode to monitor and manage your (local) JVMs.
It's available on Melpa:
M-x package-install jvm-mode
jvm-mode is a global minor mode. It requires a JDK installed on the local system, with jps
in the path.
Turn on/off jvm-mode;
(jvm-mode)
jvm-mode adds a string to the mode-line with the format jvm[NNN]
, where NNN is the number of running JVMs. This count is updated periodically.
You can kill jvms with the interactive function kill-jvms
. All jvms with the matching main class will be sent a terminate signal.
Copyright (C) 2014 Martin Trojer
Authors: Martin Trojer <martin.trojer@gmail.com>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.