Bundling Additional Non-Java Libraries

If your plugin bundles non-Java files, like native libraries, you need to list them in the plugin.class name.files property. If you don't do so, they don't get deleted if the plugin is uninstalled. See the documentation for the EditPlugin class for details.