0

I need to write module and install it in the program after compile and run it without make recompile .

FabioBranch
  • 175
  • 4
  • 19
moro clash
  • 199
  • 1
  • 2
  • 6

1 Answers1

0

One solution would be to start the other executable in a separate process.

This question might provide some insight into doing that:

Java external program

Community
  • 1
  • 1
Zach
  • 315
  • 6
  • 15