- Java SDK
-
Clone this repository and cd into it
git clone https://github.com/whoslucifer/illivator.git && cd illivator
-
Run this code to compile all the java classes at once
javac Main.java MyFrame.java
-
Run Main.class without the .class extension
java Main
-
Open the folder where this repo was cloned with your IDE of choice
-
Open the Main.java file and run