You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add support for more operating systems (e.g. AIX and Windows) #6 would allow that, since the new JNA library has support for many more operating systems now, but your library seems to be hardcoded to
My code throws UnsupportedOperationException with message "Unsupported Operating System Windows 10",
Exception in thread "main" java.lang.UnsupportedOperationException: Unsupported Operating System Windows 10 at com.sun.akuma.JavaVMArguments.of(JavaVMArguments.java:112) at com.sun.akuma.JavaVMArguments.current(JavaVMArguments.java:92) at com.sun.akuma.Daemon.daemonize(Daemon.java:106)
Please add support for more operating systems (e.g. AIX and Windows)
#6 would allow that, since the new JNA library has support for many more operating systems now, but your library seems to be hardcoded to
only.
The text was updated successfully, but these errors were encountered: