Questions tagged [sdkman]

SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates. Formerly known as GVM the Groovy enVironment Manager.

From sdkman.io:

SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates. Formerly known as the Groovy enVironment Manager, it was inspired by the very useful and tools, used at large by the Ruby community.

GitHub: https://github.com/sdkman/sdkman-cli

92 questions
94
votes
5 answers

Where does sdkman install packages?

I used sdkman to install groovy which went fine. Where is the installed package now? I need the path for it. I am on Ubuntu 14.04.
Med Tumy
  • 1,375
  • 1
  • 8
  • 20
20
votes
4 answers

Where to find groovy library on intellij(mac) when installed groovy through sdkman

I installed groovy through sdkman on mac. When i try to create a new groovy project in intellij, it asks for groovy library location. Where can i find the installed groovy?
Rax
  • 543
  • 1
  • 3
  • 13
19
votes
3 answers

Eclipse can't find jdk installed with sdkman

Im new with sdkman, but I managed to install it and install some software with it: JDK, Gradle and a few others. The problem is that after I downloaded Eclipse and tried to run it, it just simply can't find the JDK. I have already exported…
Raziel25
  • 385
  • 3
  • 13
19
votes
3 answers

How to specify to install oracle jdk instead of openjdk in sdk cli on ubuntu 17.04?

When using sdkman on uBuntu 17.04, I do not see an option to install the oracle jdk. How to specify to install oracle jdk using sdkman on uBuntu 17.04? $sdk list java =================================================================== Available…
Rishikesh Darandale
  • 2,512
  • 3
  • 14
  • 32
16
votes
10 answers

How do you manage developing with multiple versions of Grails using Windows?

We've been using Grails for a little while now and have been through a few Grails versions now. We don't always want to migrate our 'older' apps immediately but often use a newer version for new development. Changing the Windows environment…
ahanson
  • 1,986
  • 3
  • 22
  • 35
15
votes
3 answers

SDKMAN! does not work with Eclipse.app or SpringToolSuite4.app (on Mac)

This is a similar issue to: Eclipse can't find jdk installed with sdkman I am still facing the issue on Mac (macos-mojave) Both of my /usr/bin/java /usr/bin/javac are pointing…
nevenc
  • 524
  • 1
  • 4
  • 10
14
votes
2 answers

JDKs installed with SDKMAN are not selectable in the IntelliJ IDE

What steps will reproduce the issue? Install SDKMAN (https://sdkman.io) commandline tool Install one or more JDK using sdkman eg.: sdk install java 8.0.232-zulu Open a project in IntelliJ IDEA Navigate to the "Set home directory for JDK" window:…
Péter Veres
  • 460
  • 5
  • 15
14
votes
6 answers

getting 'internet not reachable' with sdkman

Internet is working fine, but I'm getting this error from sdkman: 06:47 $ sdk version ==== INTERNET NOT REACHABLE! =============================== Some functionality is disabled or only partially available. If this persists, please enable the…
ether_joe
  • 841
  • 13
  • 24
13
votes
2 answers

Customizing sdk list / sdk use in sdkman

I'm using a non-public JDK legacy version - precisely jdk-6u171 and I'm wondering if there is a way to list and use my locally installed versions with sdkman. My current results to sdk list…
Fernando Barbeiro
  • 592
  • 3
  • 9
  • 29
11
votes
1 answer

Oracle java not appearing in SDKMAN?

s@s:~$ sdk ls java ================================================================================ Available Java Versions ================================================================================ 13.ea.18-open 10.0.2-zulu …
user3761308
  • 687
  • 1
  • 10
  • 24
10
votes
2 answers

How to use SDKMAN! to install packages from within scripts

Having SDKMAN! installed (http://sdkman.io/), I can install packages from the command line using for example: sdk install java 8u144-zulu However, when I try to do the same thing from within a script "my-installer.sh", I get error message: "sdk:…
10
votes
4 answers

"sdk command is not found " is coming the terminal

I installed sdkman in my mac machine and after completion of installation steps and when I tried for sdk to install lazybones in my computer, I am getting error as "sdk command is not found". If anybody have any solution, please let me know.
sai krishna kota
  • 111
  • 1
  • 1
  • 3
7
votes
2 answers

SDKMAN 5.5.9+231 says package is not a valid candidate on MacOS

I have no idea why this started happening, but my SDKMAN stopped working and only displays the following message for whatever package I want to list, install, or use. $ sdk list java Stop! java is not a valid candidate. $ sdk install java Stop!…
nbkhope
  • 6,516
  • 2
  • 32
  • 53
6
votes
0 answers

sdkman hook to link /etc/ssl/java/cacerts to the currently used Java SDK

Debian has a great mechanism to compile all commonly used CA certificates from Thawte, Let's Encrypt etc. as well as locally installed ones from /usr/local/share/ssl into one /etc/ssl/certs/java/cacerts JKS file. That is usually symlinked to…
lathspell
  • 2,350
  • 1
  • 22
  • 41
5
votes
3 answers

sdkman on cygwin can't install

I'm setting up a new machine and installing sdkman on Cygwin to install Java. I had this exact setup working on my previous machine, also Win 10. Installed Cygwin, and required for sdkman, installed zip and unzip packages. Now I'm getting the…
Philip
  • 595
  • 4
  • 17
1
2 3 4 5 6 7