Giter Club home page Giter Club logo

j's Introduction

j

A simple script switching the current Java between installations managed by SDKMAN.

No need to remember the exact identifier nor search the history. Just type j 13 and use your latest local Java 13. The script checks for local installations and picks up the latest version of the chosen major Java version.

Checked on macOS 10.15 against SDKMAN 5.7.4 with bash and zsh

$ j
Available versions:
13
11
8
Current: 11
Usage: j <java_version>

$ j 8
Using java version 8.0.242.hs-adpt in this shell.

Installation

alias j=". ~/projects/j/j.sh"
  • Remember to restart the shell or reload the config with source ~/.bashrc or source ~/.zshrc

Usage

Run j without arguments to see all local Java versions installed by SDKMAN.

Run j <version> to switch the current shell to the latest local Java version of your choice.

FAQ

  • Why do I need to set up the alias and not simply use the script directly? The alias is required because normally the script is invoked within the new subshell which makes the change of Java version invisible to the parent shell (i.e. the shell you use). The dot in the alias means the script will be run within the current shell.

j's People

Contributors

ldziedziul avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.