[Solved] How to run an application in an interface? [closed]


  1. Save code in file.
  2. Get it’s absolute Path.
  3. Use Process myProcess = Runtime.getRuntime().exec(command); to
    compile and run your code.
  4. You can also redirect Errors/Warnings to diff files.

solved How to run an application in an interface? [closed]