Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to execute external Jar Files? #155

Open
flo2000ace opened this issue Oct 9, 2019 · 0 comments
Open

Is it possible to execute external Jar Files? #155

flo2000ace opened this issue Oct 9, 2019 · 0 comments

Comments

@flo2000ace
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant