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...
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...
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...
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 ...
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-...
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...
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...
Febrifugal asked 18/3, 2020 at 15:1
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...
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...
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
============================...
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...
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:
=...
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...
1
Solved
s@s:~$ sdk ls java
================================================================================
Available Java Versions
=========================================================================...
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...
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.