Is it possible to execute external Jar Files?
flo2000ace opened this issue · 0 comments
flo2000ace commented
Hey,
is it possible to execute external jar files with this tool, so that those get runned with the graphics card? If yes how should i do it, i tried to launch it per console in the Kernel.
Kernel kernel = new Kernel(){ @Override public void run() { Runtime.getRuntime().exec("cmd /c start cmd.exe"); } };
The cmd is there only a test case, but this would need a IOException -> Try Catch and those aren't supportet. Anyone a Idea?
Thanks.