You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: