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

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -