GitHub
github.com › shyiko › jabba
GitHub - shyiko/jabba: (cross-platform) Java Version Manager · GitHub
(cross-platform) Java Version Manager. Contribute to shyiko/jabba development by creating an account on GitHub.
Starred by 3.4K users
Forked by 222 users
Languages Go 83.8% | Shell 10.1% | PowerShell 3.6% | Makefile 2.5%
GitHub
github.com › ystyle › jvms
GitHub - ystyle/jvms: JDK Version Manager (JVMS) for Windows · GitHub
NAME: jvms - JDK Version Manager (JVMS) for Windows USAGE: jvms.exe [global options] command [command options] [arguments...] VERSION: 2.0.0 COMMANDS: init Initialize config file list, ls List the JDK installations. install, i Install remote ...
Starred by 1K users
Forked by 106 users
Languages Go
Videos
SDKMAN: The ULTIMATE Java Version Manager (Install, Switch, Manage) ...
03:28
Switch to Java 21 with SDKMAN! - YouTube
08:05
Java version manager - Jabba - YouTube
09:41
How to switch between the multiple Java versions (JDK) in Windows ...
02:19
How to switch between the multiple Java versions(JDK) in ...
GitHub
github.com › wsingleton › jvm
GitHub - wsingleton/jvm: Java Version Manager · GitHub
Starred by 5 users
Forked by 3 users
Languages Shell 65.9% | PowerShell 34.0% | Batchfile 0.1%
GitHub
github.com › yuanliwei › java-version-manager
GitHub - yuanliwei/java-version-manager: java version manager · GitHub
java version manager usage: jvm help print this help jvm setup setup java-version-manager environment JAVA_HOME = path_to_jvm\java_home √ PATH = %JAVA_HOME%\bin;PATH CLASSPATH = .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar jvm status jvm ls jvm list print current Java version information and a list of locally configured Java versions jvm add <name> <path_to_java_jdk_dir> add local Java path to java-version-manager jvm add java6 path_to_jdk6 jvm add java8 path_to_jdk8 jvm add java11 path_to_jdk11 jvm use <name> switch java version to <name> jvm use java6 jvm use java8 jvm use java11
Author yuanliwei
GitHub
github.com › anusikh › jvem
GitHub - anusikh/jvem: JVeM is a cross platform tool designed to manage java, node and maven installations on your system · GitHub
a simple version manager for java, node and maven · cross-platform support: consistent experience across different operating systems. simple version switching: easily switch between different java/node versions. to get started with jvem, refer to the installation instructions and basic usage guidelines below.
Author anusikh
Karuppiah's Blog
karuppiah7890.github.io › blog › posts › jabba-a-java-version-manager
Jabba: A Java Version Manager | Karuppiah's Blog
December 5, 2020 - In this blog post I want to talk about a dev tool called Jabba, which is a Java version manager. There are probably other alternatives, but Jabba was the first hit I got when I searched for Java version manager · https://github.com/search?utf8=✓&q=java version manager
GitHub
github.com › bernardoduarte › awesome-version-managers
GitHub - bernardoduarte/awesome-version-managers: A curated list of awesome Version Managers · GitHub
jabba - A cross-platform Java manager that allows for installation and switching of JDKs. jvms - A JDK version manager for Windows made in Go.
Starred by 402 users
Forked by 28 users
GitHub
github.com › felipebz › javm
GitHub - felipebz/javm: Cross‑platform Java version manager for seamless JDK installation & switching
javm is a fast, cross‑platform Java version manager (fork of jabba) focused on a frictionless install and switch workflow for JDKs on Linux, macOS and Windows.
Author felipebz
GitHub
github.com › photowey › jvr
GitHub - photowey/jvr: A simple and easy-to-use Java version manager(registry: jvr), similar to Node.js's nvm,but it does not follow nvm's naming convention. Otherwise, it would benamed 'jvm', which could cause command conflicts or ambiguity. · GitHub
A simple and easy-to-use Java version manager (registry: jvr), similar to Node.js's nvm, but it does not follow nvm's naming convention.
Author photowey
GitHub
github.com › Jabba-Team › jabba
GitHub - Jabba-Team/jabba: (cross-platform) Java Version Manager
(cross-platform) Java Version Manager. Contribute to Jabba-Team/jabba development by creating an account on GitHub.
Starred by 215 users
Forked by 14 users
Languages Go 77.8% | Shell 13.3% | PowerShell 6.5% | Makefile 2.4% | Go 77.8% | Shell 13.3% | PowerShell 6.5% | Makefile 2.4%
GitHub
github.com › jenv › jenv
GitHub - jenv/jenv: Manage your Java environment · GitHub
This is an updated fork of jenv, a beloved Java environment manager adapted from rbenv. jenv gives you a few critical affordances for using java on development machines: It lets you switch between java versions.
Starred by 6.6K users
Forked by 398 users
Languages Shell 99.0% | Dockerfile 1.0%
Complete Think
rickhw.github.io › 2019 › 04 › 07 › Coding › Java-Version-Manager
Java Version Manager | Complete Think
現在各個語言都有 Version Manager,像是 node 的 nvm、ruby 的 rvm、golang 的 gvm,Java 沒有官方的工具,但也有類似的工具。 底下整理的都是針對 macOS。 內建工具java_homemacOS 有內建一個工具:java_home 可以知道目前的
GitHub
github.com › topics › version-manager
version-manager · GitHub Topics · GitHub
sql neo4j graph-algorithms neo4j-plugin versioning database-migrations version-manager neo4j-procedures procedures ... 👨💻 Enplated Syncer is a simple application that allows you to synchronize data between devices using GitHub. java php sync synchronization deployment version-control exporter deploy versioning version-manager
GitHub
github.com › adojos › win-jdk-Manager
GitHub - adojos/win-jdk-Manager: ADjo LABS PROJECT : Simple and lightweight desktop utility with Interactive cmd Interface for easy view, re-point and switching between JAVA versions on windows. Demonstrating the capability of native windows scripting. · GitHub
Desktop Utility (WMI,WScript) with Interactive cmd Interface. Enables to view all installed JDK/JRE versions [32bit/64bit]. One-touch easy view and re-point JAVA Env Variables on Windows.
Author adojos
Jenv
jenv.be
jEnv - Manage your Java environment
$ jenv add /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home oracle64-1.6.0.39 added $ jenv add /Library/Java/JavaVirtualMachines/jdk17011.jdk/Contents/Home oracle64-1.7.0.11 added · $ jenv versions system oracle64-1.6.0.39 * oracle64-1.7.0.11 (set by /Users/hikage/.jenv/version) ...