how can merge a java program with its external class in 1 file??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how can merge a java program with its external class in 1 file???

how can merge a java program with its external class in 1 file??? i want any external class and main class be in one file together not in 2 class file.

10th Nov 2016, 6:44 PM
Reza PourMohammadHosein Niaky
Reza PourMohammadHosein Niaky - avatar
1 Answer
0
You should create jar file. There is jar utility in the JDK.
10th Nov 2016, 7:02 PM
Dmitry Irlyanov
Dmitry Irlyanov - avatar