limelight icon indicating copy to clipboard operation
limelight copied to clipboard

Limelight doesn't recognize any Windows OS after XP

Open chuckremes opened this issue 12 years ago • 1 comments

Version 0.6.14

In Boot.java there is a method #configureOS. It does not properly recognize Windows 7 so during project startup it always throws an exception and uses the limelight.os.UnsupportedOS class.

See stackoverflow for someone else who ran into a similar problem.

http://stackoverflow.com/questions/2357758/what-does-system-getpropertyos-name-return-in-latest-windows-oss

I don't even understand why it fails. When I run jruby's irb and run "System.getProperty('os.name')" from there it clearly returns "Windows 7" which should satisfy the test in Boot.java, but it doesn't match. Don't know why...

It's not a show-stopper but it is noisy.

chuckremes avatar Jul 19 '12 22:07 chuckremes