You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been doing some tests to see if this works on Msys2. I created a directory and ran jbake -i and I get the following error:
REDACTED@REDACTED MSYS /c/Users/REDACTED/temp/jbake-test
$ jbake -i
Error: Could not find or load main class org.jbake.launcher.Main
Caused by: java.lang.ClassNotFoundException: org.jbake.launcher.Main
Jbake was installed to this path:
$ which jbake
/home/REDACTED/.sdkman/candidates/jbake/current/bin/jbake
Could someone check what's the issue here?
Edit: FWIW, the JVM used to run Jbake was also installed via Sdkman.
$ which java
/home/REDACTED/.sdkman/candidates/java/current/bin/java
The text was updated successfully, but these errors were encountered:
desmond27
changed the title
"Could not f8ind or load main class org.jbake.launcher.Main" when running Jbake installed with Sdkman in Msys2
"Could not f8ind or load main class org.jbake.launcher.Main" when running Jbake installed with Sdkman on Msys2
Feb 19, 2024
desmond27
changed the title
"Could not f8ind or load main class org.jbake.launcher.Main" when running Jbake installed with Sdkman on Msys2
"Could not find or load main class org.jbake.launcher.Main" when running Jbake installed with Sdkman on Msys2
Feb 19, 2024
I have been doing some tests to see if this works on Msys2. I created a directory and ran
jbake -i
and I get the following error:Jbake was installed to this path:
Could someone check what's the issue here?
Edit: FWIW, the JVM used to run Jbake was also installed via Sdkman.
The text was updated successfully, but these errors were encountered: