Is it possible that the following code is no longer working when the application is running on windows 8
Runtime.getRuntime().exec("path\\to\\dotexe");
On Windows 7 it used to do the job just fine, but on Windows 8 it just wont run the d*rn .exe.
Is there any alternative to this code, or does the not running has to do with user rights on Win8 or something?