I have 2x .java files, that I eventually want to compile into a single .jar
My plan is for the first .java file to act as a "menu" that then opens the actual program which is the other .java file.
So again, I'm trying to "run" a .java/.class file from inside of a .java file.
I'm a beginner FYI, so I'm not familiar with all of the abbreviations and such.
Tried searching around but cannot find a solution pretty much anywhere. Thanks