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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -