Skip to content

A simple application demonstrating Project Panama's Foreign Function Interface

License

Notifications You must be signed in to change notification settings

krakowski/jextract-demo

Repository files navigation

A simple Hello World application using the gradle-jextract Gradle plugin and Project Panama's Foreign Function Interface as well as the Foreign-Memory Access API.

⚠️   Known issues

  • If your JDK is not installed in one of the default locations, Gradle can be instructed to look in a custom location. To enable this feature the org.gradle.java.installations.paths property has to be set within your global gradle.properties file usually located inside ${HOME}/.gradle.

    org.gradle.java.installations.paths=/custom/path/jdk22
    

🚀   Running the application

Since this project uses Gradle's application Plugin, the application can be started using one simple command.

./gradlew run

About

A simple application demonstrating Project Panama's Foreign Function Interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published