Java path error when launching TypeDB studio binary from terminal

Hello,

I am trying to launch TypeDB studio from terminal on Manjaro Linux machine and getting this type error

Error: Could not find or load main class com.vaticle.typedb.studio.MainKt
Caused by: java.lang.ClassNotFoundException: com.vaticle.typedb.studio.MainKt

Hi there,

I’ve taken a look at the cross-platform Linux distribution of TypeDB Studio and, sure enough, there is a bug in the typedb-studio executable.

I’ve re-uploaded https://github.com/vaticle/typedb-studio/releases/download/2.4.0-alpha-5/typedb-studio-linux-java-binary-2.4.0-alpha-5.tar.gz with a patch to the issue. You can either download this new binary (50MB), or go to your existing typedb-studio binary and find the line (line 48):

MAIN_CLASS=com.vaticle.typedb.studio.MainKt

and change it to

MAIN_CLASS=com.vaticle.typedb.studio.StudioKt

Thank you! I works now.
I have changed the shell script