aus Jna-plattform benötige ich nur
[CODE=java]import com.sun.jna.platform.win32.WinNT.HANDLE; und com.sun.jna.platform.win32.WinNT.HANDLEByReference;[/CODE]
wenn ich den Code zu der pom hinzufüge erhalte ich einen anderen Error und zwar:
[CODE=java][INFO] --- moditect-maven-plugin:1.0.0.RC1:create-runtime-image (create-runtime-image) @ JEdit ---
[ERROR] Error: Module null not found
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.306 s
[INFO] Finished at: 2021-01-09T11:42:10+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.moditect:moditect-maven-plugin:1.0.0.RC1:create-runtime-image (create-runtime-image) on project JEdit: Execution create-runtime-image of goal org.moditect:moditect-maven-plugin:1.0.0.RC1:create-runtime-image failed: Execution of jlink failed -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.moditect:moditect-maven-plugin:1.0.0.RC1:create-runtime-image (create-runtime-image) on project JEdit: Execution create-runtime-image of goal org.moditect:moditect-maven-plugin:1.0.0.RC1:create-runtime-image failed: Execution of jlink failed[/CODE]
Ich bin mir unsicher, was für ein Modul "null" hier nicht gefunden wird 😄