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?
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