Feeljava

With FeelJava you can experience Java easily.
As you type code, you will see the output instantly !
The output can be text, sound or graphics.
See videos:
3 minute introduction
10 minute walkthrough

Instructions:

  1. Make sure Java 17 (or later) is installed
  2. Download jar file
  3. Windows: Double-click to run it.
  4. macOS:
    • Download the script startFeelJava.sh to the same location as the jar file from step 2.
    • Open a terminal
    • Use cd to navigate to the file location
    • Give execute rights by typing: chmod +x startFeelJava.sh
    • Run the script by typing:
    • sudo ./startFeelJava.sh
    • This will download JavaFX and then start the app.
  5. Linux:
    • Download the script startFeelJavaLinux.sh to the same location as the jar file from step 2.
    • Open a terminal
    • Use cd to navigate to the file location
    • Give execute rights by typing: chmod +x startFeelJavaLinux.sh
    • Run the script by typing:
    • sudo ./startFeelJavaLinux.sh
    • This will download JavaFX and then start the app.
  6. When the app is running, you can start typing Java code and see some magic happen as you type.

The power of a loop

The software is free for personal use.

Developed by: Jon Eikholm, 2024 joneikholm@gmail.com