You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Offer a command like jenv detect, that automatically finds all installed Java versions, and creates the appropriate candidate links.
For example, if Java 1.8.0_51 and 1.7.0_79 are installed, then jenv detect would create:
$HOME/.jenv/candidates/java
$HOME/.jenv/candidates/java/1.8
$HOME/.jenv/candidates/java/1.8.0
$HOME/.jenv/candidates/java/1.8.0_51
$HOME/.jenv/candidates/java/1.7
$HOME/.jenv/candidates/java/1.7.0
$HOME/.jenv/candidates/java/1.7.0_51
The text was updated successfully, but these errors were encountered:
mcandre
changed the title
Allow more flexible version specifications in jenvrc configuration
Automatically detect and populate java candidates
Oct 9, 2015
Offer a command like
jenv detect
, that automatically finds all installed Java versions, and creates the appropriate candidate links.For example, if Java 1.8.0_51 and 1.7.0_79 are installed, then
jenv detect
would create:$HOME/.jenv/candidates/java
$HOME/.jenv/candidates/java/1.8
$HOME/.jenv/candidates/java/1.8.0
$HOME/.jenv/candidates/java/1.8.0_51
$HOME/.jenv/candidates/java/1.7
$HOME/.jenv/candidates/java/1.7.0
$HOME/.jenv/candidates/java/1.7.0_51
The text was updated successfully, but these errors were encountered: