|
Er, a bit OT, but why would you want to do that in Java rather than using a standard utility to do it? There are tons of programs that convert between nearly all known formats. Why reinvent the wheel?
If you need to control it from Java, just use System.exec()
|