Compiling Multiple Classes (Console) in Java

后端 未结 4 481
轮回少年
轮回少年 2020-12-09 21:35

I have 4 Classes for my project, they are (titleScreen, credits, storyScreen, and camapaign) respectively, since they are connected to each other, I don\'t know how to get i

4条回答
  •  独厮守ぢ
    2020-12-09 21:46

    Put your java files into a common folder, e.g. "directory", and then call javac directory/*.java from the command line.

提交回复
热议问题