JDK-7025874 : Cannot run class containing national chars in name
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2011-03-09
  • Updated: 2011-03-14
  • Resolved: 2011-03-14
Related Reports
Duplicate :  
Relates :  
Description
Java: 1.7.0-ea; Java HotSpot(TM) Client VM 21.0-b02
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)

Way to reproduce from cmd line:
1) Create a class like xx����aa.Xx����aa in your project and build the project.
2) In the cmd line run: java.exe -cp build\classes xx����aa.Xx����aa
when the java is JDK 1.6 it works fine and class is executed when it's JDK 1.7
it crashes.