Fork me on GitHub
#cursive
<
2023-02-01
>
kkruit18:02:34

Hey all I'm having an issue with my current setup. I'm on windows developing a project in WSL2 but when I try to add my clojure deps project I get a stub execution error because it's trying to use the linux java jdk in windows. I've tried changing the sdk to a windows one but it only shows the linux/wsl ones in the project settings. Any recomendations?

kkruit21:02:12

So I ended up fixing it by copying my windows jdk to my wsl environment setting that as the sdk running refresh clojure deps projects and then switching my sdk back to the wsl one. Seems like there could be a bug there though.

kkruit22:02:31

this also seems to still be an issue for me any ideas there?

kkruit22:02:25

I'm currently on version 1.12.7-2022.3 if that's useful