Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.0.0RC1
-
Fix Version/s: JRuby 1.0.0RC3
-
Component/s: Miscellaneous
-
Labels:None
-
Environment:Cygwin - Windows
Description
When the RUBYLIB environment variable is read, the path character is hard coded as :, which breaks with windows formatted paths. Changing : to File.pathSeparator solves the problem.
Fixed in 3711. Thanks Scott!