Question:
Using C++, I would like to open a JAR file and list out (make a list view) the Java classes. Is this something that Chilkat can do? I am writing a Qt application that can read an Android SDK jar file and show a listview of the classes. Tks.
A .jar is just a .zip with the file extension renamed to .jar