My friend sent me a runnable jar he made and I would like to view the librarys he used in the jar. I was wondering if that was possible? if so how could I view/get the files? thanks for your time.
Asked
Active
Viewed 62 times
1 Answers
0
If the runnable jar has been created using Maven, you could find useful information in the META-INF/maven folder.
It contains the pom.xml and a simple pom.properties for every jar that has been exploded inside.

YMomb
- 2,366
- 1
- 27
- 36