Skip to content

Releases: neurobin/oraji

oraji

24 Aug 00:43
Compare
Choose a tag to compare
  1. -s option to activate an installed Java version
  2. -c option to check installed Java version
  3. -h option for help
  4. -i option for an alternative to provide archive path

oraji

09 Jan 17:18
Compare
Choose a tag to compare
  1. Improved environment variable management for multiple java version.
  2. Minor bug fix.
  3. Manual added. Can be accessed with man oraji.

oraji

23 Dec 15:22
Compare
Choose a tag to compare
  1. an install.sh script to install oraji.
  2. Takes the path of the archive instead of version name.
  3. Can be run from any directory.
  4. Both jdk and jre can be installed/uinstalled.
  5. If multiple version of jdk/jre is installed, then upon uninstallation of a version, java automatically falls back to a previously (most recent) installed version.
  6. oraji -v provides version info of oraji itself.
  7. oraji -u to uninstall java.
  8. Internal multiple java version management.
  9. Input prompt improved.
  10. tilde (~) expansion supported in input prompt.
  11. Minor bug fix