jmx
Enables JMX on a Griffon applicatin
Toolkits
Swing
JavaFX
SWT
Pivot
Qt
Platforms
Framework
License
Apache Software License 2.0
Documentation
No documentation link provided
Downloads
43
Rating
Authored by:
Andres Almiray
aalmiray@yahoo.com
aalmiray@yahoo.com
There are several ways to install a release of jmx using the install-plugin target of the griffon command line tool.
Name and Version
You can specify the name of the plugin alone. When you do this the command line tool will do its best to find the best match for your current settings: current Griffon version, UI toolkit, platform and JDK. If no suitable match is found you'll have to select a particular version yourself.
$ griffon install-plugin jmx
$ griffon install-plugin jmx 0.6
URL
Alternatively you can specify an URL that contains the resource you want to install. For example, using this same portal you can point the install-plugin command to either of the following URLs
$ griffon install-plugin http://artifacts.griffon-framework.org/api/plugins/jmx/0.6/download
$ griffon install-plugin http://artifacts.griffon-framework.org/repository/plugins/jmx/0.6/griffon-jmx-0.6.zip
Zip File
As a last resort you can specify the location of the zip file if it's available in your filesystem, like so.
$ griffon install-plugin /path/to/griffon-jmx-0.6.zip
Griffon