I am using Java in programing and want to watch after some processes if running or not. I have to make my implementation platform indepenant; support different OS (Windows XP,7 & 2000) also this OS in different lanaguages (French, English, Japaness, Chiness, Arabic , RTL etc ...)
I tried first to use command line, but I was faced with a problem that the command reply is in the OS language so it replies in French if OS is french and in English if English.
I used the command in different way, but was faced with another problem which is encoding, so I have to set the encoding to UTS8 before calling the command, this worked will with English & French but I doubt it will work with Chiness & RTL languages.
Do you have any clue for a better Solution ?
Thanks in advance