Details
-
Bug
-
Resolution: Fixed
-
P2
-
8
Description
Sjavac fails to detect windows and does not adjust drive letter cases.
Fix is simple replace equals("Windows") with startswith("Windows).
Fix is simple replace equals("Windows") with startswith("Windows).
Attachments
Issue Links
- blocks
-
JDK-8014510 Fix sjavac on all platforms in jprt
- Resolved