+ 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.
1 Antwort
0
You should create jar file. There is jar utility in the JDK.