Date: Tue, 29 May 2001 18:57:19 -0700 (PDT)
From: ###@###.###
Why does URI reject this string : "file:c:\\abc.bat" with the exception:
java.net.URISyntaxException: Illegal character in opaque part at index 7: file:c:\abc.bat
Assuming a zero-based index, the objection is to the "\".
From: ###@###.###
Why does URI reject this string : "file:c:\\abc.bat" with the exception:
java.net.URISyntaxException: Illegal character in opaque part at index 7: file:c:\abc.bat
Assuming a zero-based index, the objection is to the "\".
- relates to
-
JDK-4463790 Print to file using cross-platform printDialog does not work.
-
- Resolved
-