Please change array last arguments to vararg.
e.g., com.sun.jna.platform.FileUtils.moveToTrash(File[]) should be com.sun.jna.platform.FileUtils.moveToTrash(File...).
Provide complete information about the problem
JNA 5.5.0. Everything else is irrelevant.
Please change array last arguments to vararg.
e.g.,
com.sun.jna.platform.FileUtils.moveToTrash(File[])should becom.sun.jna.platform.FileUtils.moveToTrash(File...).Provide complete information about the problem
JNA 5.5.0. Everything else is irrelevant.