jem

0.1.0 • Public • Published

jem - Java Environment Manager

Manage multiple versions of java (jdk/jre). Don't expect this to run on windows!

Build Status

Installation

npm install -g jem

Usage

Install

jem install <name> <absolute/path/to/jdk/or/jre>

Uninstall

jem uninstall <name>

List installed

jem list

Switching jdk/jre

jem set <name>

Running a command

jem exec <command>

This will use the current candidate to execute the command.

Setting up

Add this to your .bashrc file (or something equivalent).

source ~/.jem/source

Now you can run any (common) java commands. The commands you can run depends on the type (jdk/jre) of the currently configured java.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    3
  • 0.1.0-alpha
    2

Package Sidebar

Install

npm i jem

Weekly Downloads

4

Version

0.1.0

License

none

Last publish

Collaborators

  • raniejade