A prime number checker made with TeaVM and Java.
This prime number checker supports number up too the signed 64-bit integer limit.
COMPILING:
Run the appRunWar Gradle task to start a live server.
Running the build Gradle task creates a war file in build/libs that can be extracted. You have to manually create an index.html file loading the JavaScript file. An index.html file exists in src/main/webapp.