how can merge a java program with its external class in 1 file??? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
0
You should create jar file. There is jar utility in the JDK.
10th Nov 2016, 7:02 PM
Dmitry Irlyanov
Dmitry Irlyanov - avatar