📄️ Native Libraries
When building a custom module, a native library can be included by packaging it into the JAR file. If you're using Maven or Gradle, this means placing it under src/main/resources. On module startup, you'll then extract it to a temporary directory and call System.load).
📄️ Plugins Reference
This section details configuration settings for the Gradle and Maven Ignition SDK plugins. If you created your project using a plugin, most of these settings will already be configured for you.
🗃️ Tag Examples
8 items
📄️ Useful Utility Classes
Driver API