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

121 questions
0
votes
1 answer

Why is "shadow-cljs cljs-repl app" still working while cider-jack-in-cljs is retrieving an error?

I have been using Clojure, ClojureScript, lein, shadow-cljs, re-frame, reagent, Emacs, and CIDER to work on a Clojure/ClojureScript dynamic web app project. Usually, I build the project by executing the command cider-jack-in-cljs in Emacs, choosing…
Pedro Delfino
  • 2,421
  • 1
  • 15
  • 30
0
votes
0 answers

How to use sdkman in Jenkins Scripted Pipeline

I would like to activate a specific set of tools via SDKMAN in my scripted Jenkinsfile pipeline. Basically I would like to do node("sdkman && mvn386") { sh "sdk use maven 3.8.6" sh "sdk current" // << back to whatever was before …
towi
  • 21,587
  • 28
  • 106
  • 187
0
votes
1 answer

How to use an SDKMAN jdk for window applications on mac

I've recently installed a fresh Mac OS and installed java using SDKMAN but no windows apps recognize the jdk throwing a java not installed error. Trying to install NetBeans using the .pkg throws a similar error. Meanwhile, all terminal apps like…
JuanKB1024
  • 324
  • 1
  • 17
0
votes
1 answer

How do I un-install a specific open jdk 1.8.0_322 which I suspect was installed using homebrew. All my trials have failed

I need to un install my JDK 1.8 version from my Mac 12.2.1 Montere. However much I try I could not get rid of it. When I run $ java -version, I get openjdk version "1.8.0_322" OpenJDK Runtime Environment Corretto-8.322.06.1 (build…
PraNuta
  • 629
  • 3
  • 12
  • 33
0
votes
2 answers

sdkman maven not detecting sdkman java

Here are the java home and path configs. Not sure why maven is not detecting the java home correctly. Installed java 11 and maven both via sdkman on MacBook. Thanks. m-c02yw:~ vn$ echo…
Ruby9191
  • 113
  • 1
  • 10
0
votes
1 answer

Raspberry Pi not able to find java installation

I am trying to install Java 17 on my raspberry pi with SDK man. After the installation succeeds, I am not able to use java -version in the terminal and I get this error: -bash: /home/pi/.sdkman/candidates/java/current/bin/java: No such file or…
0
votes
1 answer

How to use system.d service with SDKMan

I am trying to install Sonatype Nexus 3 as a service via system.d and it fails due to INSTALL4J_JAVA_HOME not being set (or at least, so claims systemctl). I use SDKMan! (http://sdkman.io) to manage my Java installation. I am following the Sonatype…
Byron Lagrone
  • 911
  • 1
  • 7
  • 15
0
votes
0 answers

Gradle not working after installing from sdkman on mac

Hi I’m having an issue with my gradle installation on my Mac. I followed all the steps to get gradle 5.6.4 onto my machine using SDKMAN! I wanted to verify that I was actually installed by checking the version. The issue I’m having is that as soon…
0
votes
0 answers

InteliJ Idea and OS X use different Java directories

I've installed "SDK man" to use OpenJDK distributes. I set 'java_home' as my /.sdkman/candidates/java/current dir. But Intelij Idea uses /Library/Java/JavaVirtualMachines/jdk-15.0.2.jdk/Contents/Home instead of the first one. I've already added…
Maksym Rybalkin
  • 453
  • 1
  • 8
  • 22
0
votes
2 answers

Java JDK VScode issues

I installed java jdk using sdkman on my windows machine. I am using wsl for this purpose. However, I need to add this to my VScode and when I look at the installed jdk's available to me I only see these: This does not display the JDK I installed…
TanDev
  • 359
  • 3
  • 5
  • 13
0
votes
1 answer

Gradle wrapper is refusing to download and use version 6.7.1

I have Gradle 6.2.2 running on my system (Mac) and I need it to stay on 6.2.2 for a few critical projects that I run locally. I just cloned another project, one maintained by other developers who are all using Gradle 6.7.1. It is a Spring Boot app.…
hotmeatballsoup
  • 385
  • 6
  • 58
  • 136
0
votes
1 answer

Sbt not loading the project from its current directory

When I run SBT in my Scala project that contains a build.sbt file, SBT seems to ignore it and loads the project definition from a different folder and set the current project to that different directory hsperfdata which is weird because this is used…
ppbbc
  • 9
  • 1
0
votes
1 answer

How to run a Java Gradle project from VSCodium with the Redhat plugin?

Having installed the redhat plugin for Java on Linux: how do I now run the app: from VSCodium? From the console, the app builds and runs fine using gradle. After closing VSCodium and then restarting (both the machine and IDE) I see: I've…
0
votes
1 answer

Unable to install sdkman on macos

I am unable to install sdkman on my macos. I referred sdkman install and Can't install sdkman on Mac OS. Still, I am missing something. Can someone please help me ? I am new to MacOS and sdkman. When I go to bash terminal and type curl -s…
fly.bird
  • 111
  • 3
  • 10
0
votes
1 answer

Why a MAC OS X 'terminal command' run by a Python script gives error output "command not found"?

Environment: Python 3.8 Mac OS X High Sierra 10.13.6 Problem: When I open my terminal in my macbook and I run this command: user$sdk version I get no issue and I can see version number of sdkman: SDKMAN 5.9.0+555 But if I try to do the same from…
Gauthier Buttez
  • 1,005
  • 1
  • 16
  • 40
1 2 3
8 9