Steps
- Open Jre4Android.
- Select CLASS mode.
- Choose your compiled .class file.
- Run and view output in the terminal.
Tips
Make sure your class has a valid public static void main(String[] args) method and that package names match the folder structure.