Birch-san / arm-editor-launcher

M1 macOS Launcher for Live2D Cubism Editor
11 stars 0 forks source link

fix(launcher): fix classpath name issue #8

Closed j10ccc closed 1 year ago

j10ccc commented 1 year ago

Change some suffix name in CLASSPATH to lowercase.

j10ccc commented 1 year ago

I download this repo in a case-sensitive partition, and I found a bug when I run launcher.sh. It causes java.lang.NoClassDefFoundError

I fixed it by modifying some classpath in your launcher

Birch-san commented 1 year ago

makes sense; thanks!