this repository contains some utility scripts to make java life easier!
Just clone this somewhere, register this to the .bashrc
or .profile
script by using the command:
source ~/path/to/folder/index.bash
That's it, enjoy!
These are the commands added by this collection:
jvv
: shorthand to check all relevant env variables and configured executables related to jdkusejava
and related aliases (uj17
,uj21
...): This tool allows to switch between multiple java versions.
It has stubbed java versions, requires some tunings for your local installation.mvn reset-update-intervals
This script's job is reset update intervals, pretty useful when dealing wit excessive caching, snaphosts and failed fetches.
See the LICENSE file