Multiple java scripts

I was wondering if there was a way to run multiple java codes at the same time. I originally thought that I would open command prompt/terminal with the file location and run it from there. I was wondering if there was alternatives because terminal/command prompt can’t return any information. Please let me know. Thanks!

Better question: what are you trying to do?

Generally speaking, you probably do not want to run multiple Java programs back to back at the command line. You would probably just make one Java program that does everything you need it to do.

1 Like