-1

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

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216
Wi3l4nd
  • 1
  • 6

1 Answers1

1

You can use decompression software (.jar is just an archive).

Alexander Agopov
  • 133
  • 4
  • 12