java - Run a runnable JAR file in a folder / Directory with a UTF-8 style name -
when create jar file in ordinary way this: c:/myfolder/program.jar run without problem, when create abnormal name (utf-8 languages) folder this: c:/پوشه/program.jar program cannot run , os (windows me) says this: title: java virtual machine launcher context: error: unable access jarfile c:/پوشه/program.jar
is possible solve problem?
this problem solved solution: error: unable access jarfile. encoding issue
however, exe files don't need these additional settings , files execute in case.
Comments
Post a Comment