FULL PRODUCT VERSION :
All Version
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
Jar file path name ends with "!" occurred many several exception.
Any java application install ends with "!" path then can't run any more.
example, Tomcat unzip to "c:\tomcat!" then ClassNotFoundException or NoClassDefoundError occur.
I think,
sun.net.www.protocol.jar.URLJarFile
sun.net.www.ParseUtil
was not allow "!" at path.
REPRODUCIBILITY :
This bug can be reproduced always.
All Version
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
Jar file path name ends with "!" occurred many several exception.
Any java application install ends with "!" path then can't run any more.
example, Tomcat unzip to "c:\tomcat!" then ClassNotFoundException or NoClassDefoundError occur.
I think,
sun.net.www.protocol.jar.URLJarFile
sun.net.www.ParseUtil
was not allow "!" at path.
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-4523159 getResourceAsStream on jars in path with "!"
- Open