# Multiple java scripts

**URL:** https://forum.codewithmosh.com/t/multiple-java-scripts/1450
**Category:** Java
**Created:** [December 25, 2020, 5:42pm UTC](https://forum.codewithmosh.com/t/multiple-java-scripts/1450 "2020-12-25T17:42:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![noahboa1234](https://avatars.discourse-cdn.com/v4/letter/n/dbc845/32.png) [@noahboa1234](https://forum.codewithmosh.com/u/noahboa1234)
#### Post date: [December 25, 2020, 5:42pm UTC](https://forum.codewithmosh.com/t/multiple-java-scripts/1450/1 "2020-12-25T17:42:18Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![jmrunkle](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/jmrunkle/32/3765_2.png) [@jmrunkle](https://forum.codewithmosh.com/u/jmrunkle)
#### Post date: [August 15, 2022, 3:19am UTC](https://forum.codewithmosh.com/t/multiple-java-scripts/1450/2 "2022-08-15T03:19:18Z")

</div>

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.
