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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: