SyntaxFix
Write A Post
Hire A Developer
Questions
If you are in windows and using powershell and you are looking for a file in a jar you can do:
jar -tf .\[JAR_NAME] | where {$_ -match "[FILENAME]"}