Hey everyone, I'm trying to run a project
(It's a performance benchmarking tool called SBK, more info at
https://github.com/kmgowda/SBK) in Git Bash, but I'm getting an error that says:
"Error: Could not find or load main class io.sbk.main.SbkMain
Caused by: java.lang.ClassNotFoundException: io.sbk.main.SbkMain"
I'm trying to use the command "./build/install/sbk/bin/sbk" to run the project.
This command works perfectly fine in Windows Command Prompt, but it's not working on Git Bash.