Reproducible: always
Steps to reproduce:
1. Download attached sample, update path to javafx-jar in build.xml
2. Execute ant to compile sample and create bundles.
3. Try to execute generated binary file "out/bundles/MainАБВГ/MainАБВГ"
Expected result: "Sample output" in stdout
Actual output:
MainАБВГ No main class specified
MainАБВГ Failed to launch JVM
When executing "java -jar main.jar", or "java -cp main.jar MainАБВГ", everything works fine.
Steps to reproduce:
1. Download attached sample, update path to javafx-jar in build.xml
2. Execute ant to compile sample and create bundles.
3. Try to execute generated binary file "out/bundles/MainАБВГ/MainАБВГ"
Expected result: "Sample output" in stdout
Actual output:
MainАБВГ No main class specified
MainАБВГ Failed to launch JVM
When executing "java -jar main.jar", or "java -cp main.jar MainАБВГ", everything works fine.
- relates to
-
JDK-8133034 launcher crashes if started with non english arguments
- Resolved
-
JDK-8090047 [Packager] Config exception not thrown when unicode class name is provided
- Closed