Run a Java library
Use Java classes in JavaScript
1. Include CheerpJ on your page
2. Initialize CheerpJ and load your Java library
Donโt forget to use the /app/ prefixIt is common for first-time users to forget to add the prefix โ/app/โ when passing the JAR location to cheerpJRunLibrary().
This will load library.jar
from the root of your web server.