How to call method in jar file with terminal?

后端 未结 4 653
粉色の甜心
粉色の甜心 2021-01-17 16:34

I have a compiled project in a jar file and I need to call a method from it.How can I do that in ubuntu terminal?

4条回答
  •  广开言路
    2021-01-17 16:53

    you can call a specific method from a jar file if and only if the developer programmed the file to call it from outside. You can use a jar explorer to fine the details of each class inside a jar file

提交回复
热议问题