I want to write a java program that uses the Windows API and that compiles to native code instead of byte code.
I don't want using JNI (C, C++, ... interface) but instead want to write using pure java code and JNA.
Would the GNU Java compiler allow me to do this? Does the GNU Java compiler support use of JNA?