Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #8328
| From | ilya <bumsys@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Runtime.getRuntime.exec + Czech windows |
| Date | 2011-09-26 05:40 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <d8a11252-26f2-4cb9-aeca-4fe5991a8c3f@y18g2000yqy.googlegroups.com> (permalink) |
I am working on Czech windows and have the problem with the executing the commands with Runtime.getRuntime().exec(). The special czech characters are changed during the executing the command. For example, the file c:\applications\commands\testí\run.bat will not be executed because the character " í " will be changed on some character or on ?. Is there the way to execute the command?
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar | Unroll thread
Runtime.getRuntime.exec + Czech windows ilya <bumsys@gmail.com> - 2011-09-26 05:40 -0700
Re: Runtime.getRuntime.exec + Czech windows markspace <-@.> - 2011-09-26 08:02 -0700
Re: Runtime.getRuntime.exec + Czech windows Lew <lewbloch@gmail.com> - 2011-09-26 10:33 -0700
Re: Runtime.getRuntime.exec + Czech windows Roedy Green <see_website@mindprod.com.invalid> - 2011-09-26 11:25 -0700
csiph-web