sdkman Questions

2

This problem persisted after updating and upgrading sdkman, deleting .sdkman and reinstalling it, and uninstalling java packages and reinstalling them. me@myMachine myProject $ sdk default java 8.0...
Chickenlivered asked 9/7, 2020 at 14:7

5

Solved

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, instal...
Bergwall asked 8/6, 2019 at 19:17

9

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 partial...
Bergin asked 12/5, 2016 at 13:51

2

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/ca...
Spire asked 6/6, 2019 at 14:2

1

Solved

I am making iOS apps in Kotlin, which relies on having a Script Build Phase calling Gradle from XCode. With a JDK installed using SDKMAN, it does not work and produces this error: The operation cou...
Kursk asked 21/6, 2023 at 12:58

2

Linux Mint 20 Java 8, 11. SDKMAN: 5.12.14 Current Java version = 11 I have folder MyProject with 45 subfolders: MyProject - mySubfolder1 - mySubfolder2 -... - mySubfolder45 I want to set specific ...
Subprincipal asked 18/10, 2021 at 9:24

4

Solved

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 i...
Angele asked 12/6, 2017 at 19:34

8

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 an...
Serialize asked 29/7, 2017 at 18:58

3

sdkman lists the current Corretto JDK version (8.282.08.1-amzn) and I can install that. Is it possible to install a previous version (8.275.01.1) with sdkman as well? If so, how can I list the prev...
Scrutable asked 11/3, 2021 at 13:49

2

So I want to uninstall SDKMAN on my macOS, I was following this step for SDKMAN uninstallation instruction, rm -rf ~/.sdkman, but it's doesn't work for my mac rm -rf ~/.sdkman and when I type SDK ...
Alongside asked 24/7, 2020 at 0:4

3

Solved

I have SDKMAN 5.7.3+337 on an Ubuntu 18.10 which is listing these available versions for java: 13.ea.17-open > * 10.0.2-open 1.0.0-rc-12-grl 12.0.1-zulu * 9.0.7-zulu 1.0.0-rc-11-grl 12.0.1-...
Unlicensed asked 23/4, 2019 at 11:12

2

I installed sdkman as a root user using curl in CentOS 6.8 I installed Grails using sdkman and it is only available to the root user. Do I need to install sdkman as other regular user in order fo...
Bantustan asked 18/8, 2016 at 15:12

3

Solved

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 Na...
Strong asked 4/12, 2019 at 16:9

6

Solved

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.
Kinetics asked 20/12, 2015 at 11:15

1

In our CI/CD environment we have couple docker images with preinstalled java by sdkman. But there is one small problem, version number changes very often and our docker build fails because of missi...

3

Solved

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 c...
Appendectomy asked 14/1, 2018 at 9:26

2

Solved

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 s...
Solarize asked 17/9, 2017 at 9:23

3

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 to /System...
Transmontane asked 20/6, 2019 at 12:30

3

Solved

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 ============================...
Coxcomb asked 2/6, 2017 at 7:5

10

Solved

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 de...
Unaffected asked 24/11, 2009 at 17:15

2

Solved

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 java: =...
Rowlock asked 2/7, 2018 at 16:54

1

Solved

On a newly installed Ubuntu 18.04 box with sdkman I only get a subset of the java versions available on my other (old) Ubuntu 18.04 box. Both are running SDKMAN 5.7.3+337. What am I missing? I ch...
Therontheropod asked 18/9, 2019 at 10:4

1

Solved

s@s:~$ sdk ls java ================================================================================ Available Java Versions =========================================================================...
Torrez asked 30/4, 2019 at 14:30

2

Solved

I just installed sdkman for installing grails on my machine (MacOS). When I run which sdk command I don't get any output. But when I run the sdk help command the shell is able to resolve it and giv...
Adan asked 8/7, 2017 at 16:18

4

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?
Bullhorn asked 21/2, 2016 at 2:19

© 2022 - 2024 — McMap. All rights reserved.