Syncleus / aparapi

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.

Home Page:http://aparapi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to execute external Jar Files?

flo2000ace opened this issue · comments

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.