Certain filenames are reserved on Windows:
CON, COMx, LPTx, PRN, AUX, and NUL (I think that's all)
So javac and the VM should map these names to other filenames as
allowed by the specification.
We don't plan to fix it. This is arguably a problem in Windows.
CON, COMx, LPTx, PRN, AUX, and NUL (I think that's all)
So javac and the VM should map these names to other filenames as
allowed by the specification.
We don't plan to fix it. This is arguably a problem in Windows.