I would like to see which files are in my jar File.
I've found out that I need to use java -jar
on my CentOS VM. But how do I add the parameters tf
.
At the end I have something like: java -jar "MyJarFile.jar" -tf
.
When I do it like that the parameters are getting ignored..