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

OSIdentifier no longer properly identifies OS because mrj.version returns null #11

Open
martinrleon opened this issue Feb 14, 2013 · 0 comments

Comments

@martinrleon
Copy link

Probably something Oracle changed. The check for mrj.version returns null on OS X.

Fixing this along with the last 2 issues I submitted enables me to run the test app I wrote for Isssue #2

You may want to change the code as follows as there doesn't appear to be a way to distinguish the OS vs hardware platform and some FEST code relies on isOSX and some on isMacintosh:

isOSX = osName.contains("os x");
isMacintosh = isOSX;

https://github.com/alexruiz/fest-swing-1.x/blob/master/fest-swing/src/main/java/org/fest/swing/util/OSIdentifier.java#L56

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

1 participant