classpy
classpy copied to clipboard
Not working on macOS
brew tap guxingke/repo && brew install classpy
$ java --version
java 15.0.1 2020-10-20
Java(TM) SE Runtime Environment (build 15.0.1+9-18)
Java HotSpot(TM) 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)
$ classpy hello.class
Error: Could not find or load main class com.github.zxh.classpy.gui.ClasspyApp
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
Sorry for that :( Please using gradle to run the latest code:
$ ./gradlew run
It works for me. But i get the words wrong, may caused by my environment.
Hi, I forked the author's repository and compiled and packaged a version using JDK17 LTS. If you need it, you can get it here.