awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jenv avatar

jenv/jenv

0
View on GitHub↗
6,621 星标·398 分支·Shell·MIT·7 次浏览www.jenv.be↗

Jenv

Manage your Java environment

Features

  • JDK Version Managers - Switches the active JDK version globally by updating JAVA_HOME for all shell sessions.
  • Per-Directory Version Selectors - Sets JAVA_HOME automatically when entering a specific project directory, isolating JDK versions by project.
  • Global Version Switchers - Sets the default Java version for the entire system by updating the JAVA_HOME environment variable.
  • Runtime Version Switching - Switches between installed Java versions globally, per directory, or per shell session to match project requirements.
  • Shell Hook Integrations - Hooks into shell directory-change events to automatically switch Java versions based on project configuration.
  • Java Environments - Manages multiple Java versions and switches between them globally, per directory, or per shell session.
  • Per-Directory Version Selectors - Automatically selects a Java version when entering a project directory using .java-version files.
  • Shim-Based Command Interception - Intercepts Java commands through symbolic link shims in the PATH to redirect execution to the selected Java version.
  • Session Version Switchers - Sets JAVA_HOME for the current shell session only, allowing temporary JDK changes without affecting other terminals.
  • Java Home Overrides - Sets JAVA_HOME and related environment variables to control which Java runtime is used by tools and scripts.
  • Java Version Selectors - Uses .java-version files in project directories to automatically activate the specified Java version on directory entry.
  • Directory-Based Version Resolution - Automatically selects a Java version when entering a specific project directory.
  • Java - Configures a specific Java version to be used automatically when working inside a particular directory.
  • Directory-Aware Selectors - Automatically selects a Java version when entering a project directory using .java-version files.
  • JDK Registration Tools - Registers existing JDK installations so they become available for version switching.
  • Symbolic Link Managers - Maintains and repairs a set of symbolic links in a central shims directory to represent the active Java version.
  • Session Version Managers - Changes the active Java version for the current terminal session without affecting other sessions.
  • Java Environment Plugins - Loads optional plugins from a plugins directory to add commands like version diagnosis and symlink repair.
  • Version Managers - Java version manager with global or per-project configuration.

Star 历史

jenv/jenv 的 Star 历史图表jenv/jenv 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Jenv 的开源替代方案

相似的开源项目,按与 Jenv 的功能重合度排序。
  • rbenv/rbenvrbenv 的头像

    rbenv/rbenv

    16,710在 GitHub 上查看↗

    rbenv is a Ruby version manager and shell environment manager designed to install, switch between, and manage multiple versions of the Ruby programming language. It functions as a project runtime isolator and an extensible versioning framework that ensures the correct Ruby binaries are executed based on the current context. The system uses a shim-based command interception model to resolve the active version before delegating execution to the binary. It allows for locking specific Ruby versions and environment variables to individual directories, ensuring project environment isolation. The ar

    Shellbashrubyruby-installation
    在 GitHub 上查看↗16,710
  • sdkman/sdkman-clisdkman 的头像

    sdkman/sdkman-cli

    6,791在 GitHub 上查看↗

    SDKMAN is a command-line utility for installing, tracking, and managing multiple versions of software development kits on Unix systems. It functions as a software installer and environment manager that automates the downloading and configuration of development tools for Linux and macOS. The tool enables the installation of parallel SDK versions on a single system and provides the capability to toggle between them to change the active environment for a shell session. It specifically facilitates the setup of Java development environments, including the management of various Java Development Kit

    Shell
    在 GitHub 上查看↗6,791
  • pyenv-win/pyenv-winpyenv-win 的头像

    pyenv-win/pyenv-win

    7,006在 GitHub 上查看↗

    pyenv-win is a version manager for Windows that enables the installation and switching of multiple Python versions without affecting the system global installation. It functions as a multi-version installer and environment controller that ensures isolation and reproducibility across different projects. The tool uses a shim-based routing system to intercept executable calls and direct them to specific versioned binaries. This allows for both system-wide default configurations and local directory-level overrides, where a specific version is automatically activated when entering a project folder

    VBScriptpyenvpyenv-alternativepyenv-for-windows
    在 GitHub 上查看↗7,006
  • creationix/nvmcreationix 的头像

    creationix/nvm

    93,948在 GitHub 上查看↗

    nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and runtime orchestrator for installing, switching, and managing multiple versions of the Node.js runtime on POSIX systems. The tool allows for the automation of runtime switching by reading configuration files in project directories to select the required version. It supports the management of long-term support releases and the migration of global packages between different installed versions of the runtime. The project covers broader capabilities including runtime management throug

    Shell
    在 GitHub 上查看↗93,948
查看 Jenv 的所有 30 个替代方案→

常见问题解答

jenv/jenv 是做什么的?

Manage your Java environment

jenv/jenv 的主要功能有哪些?

jenv/jenv 的主要功能包括:JDK Version Managers, Per-Directory Version Selectors, Global Version Switchers, Runtime Version Switching, Shell Hook Integrations, Java Environments, Shim-Based Command Interception, Session Version Switchers。

jenv/jenv 有哪些开源替代品?

jenv/jenv 的开源替代品包括: rbenv/rbenv — rbenv is a Ruby version manager and shell environment manager designed to install, switch between, and manage multiple… sdkman/sdkman-cli — SDKMAN is a command-line utility for installing, tracking, and managing multiple versions of software development kits… creationix/nvm — nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and… pyenv-win/pyenv-win — pyenv-win is a version manager for Windows that enables the installation and switching of multiple Python versions… version-fox/vfox — Vfox is a command-line utility designed to manage multiple programming language runtimes and development tools on a… xcodesorg/xcodes — xcodes is a command-line utility for macOS toolchain administration, specifically designed for the installation and…