Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more operating systems! #7

Open
hansgru opened this issue Mar 4, 2015 · 1 comment
Open

Add support for more operating systems! #7

hansgru opened this issue Mar 4, 2015 · 1 comment

Comments

@hansgru
Copy link

hansgru commented Mar 4, 2015

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

       if("Linux".equals(os))
            return ofLinux(pid);
        if("SunOS".equals(os))
            return ofSolaris(pid);
        if("Mac OS X".equals(os))
            return ofMac(pid);

only.

@rodrigo815
Copy link

Looking forward to it.

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants