A place where I can keep experimenting with my Nokia 3310 forever!
JDK 8 is necessary to compile these. Download and install one for your OS from the Temurin releases.
Once JDK is installed, use the following command to build:
./gradlew :example:jar
# replace 'example' with the target subproject name
To emulate the jars locally, use MicroEmulator
This is an app for scanning java environment of the device. Comes with a known list of property names.
Refer to releases for downloading debugg.jar
.
Command to build jar file:
./gradlew :debugg:jar
File is generated at debugg/build/libs/debugg.jar
.