Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 386 Bytes

File metadata and controls

12 lines (6 loc) · 386 Bytes

The effect of this app is the same as the command below:

java -jar xxx.jar

Click the plus button in the lower right corner to select the jar file(xxx.jar) you want to run.

This app can run .class file also. the effect is the same as the command below:

java Hello

Hello is the Hello.class. Click the plus button in the lower right corner to select the .class file you want to run.