Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically detect and populate java candidates #36

Open
mcandre opened this issue Oct 9, 2015 · 0 comments
Open

Automatically detect and populate java candidates #36

mcandre opened this issue Oct 9, 2015 · 0 comments

Comments

@mcandre
Copy link

mcandre commented 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
@mcandre mcandre changed the title Allow more flexible version specifications in jenvrc configuration Automatically detect and populate java candidates Oct 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant