공부
[java] java -cp /location_of_jar/myjar.jar com.mypackage.myClass
승가비
2023. 4. 17. 20:15
728x90
https://stackoverflow.com/questions/6780678/run-class-in-jar-file
Run class in Jar file
If you have a jar file called myJar.jar located in /myfolder and you want to use the class called myClass from it, how do you go about doing it from the command line? I thought it would be to go in...
stackoverflow.com
728x90