Tagged articles

jenv

4 articles · Page 1 of 1
Tech Ocean
Tech Ocean
Apr 13, 2026 · Backend Development

Automatically Switch JDK Versions per Project with jenv

This guide explains how to install and configure jenv to manage multiple JDK installations, automatically switch Java versions when entering project directories, and synchronize JAVA_HOME, covering global, local, and shell-level switches, alias management, and common troubleshooting.

HomebrewJDKVersion management
0 likes · 8 min read
Automatically Switch JDK Versions per Project with jenv
java1234
java1234
Mar 13, 2026 · Backend Development

JEnv: A Next‑Gen Java Environment Manager that Simplifies Multi‑Version Management

JEnv tackles the long‑standing pain of juggling multiple Java versions by delivering sub‑second scanning (400 ms on a full‑depth scan), a concurrent Dispatcher‑Worker engine, smart pre‑filtering, cross‑platform support, themed terminals, real‑time statistics, and a modular architecture, all demonstrated with concrete benchmarks and usage scenarios.

CLIcross‑platformenvironment management
0 likes · 9 min read
JEnv: A Next‑Gen Java Environment Manager that Simplifies Multi‑Version Management
Cognitive Technology Team
Cognitive Technology Team
May 29, 2025 · Backend Development

Managing Multiple JDK Versions with jEnv

This guide explains how to install jEnv, add and configure multiple JDK versions, set global and local JDKs per project, and integrate the tool with Maven and Gradle to ensure the correct Java version is used across diverse development environments.

GradleJDK managementMaven
0 likes · 8 min read
Managing Multiple JDK Versions with jEnv