How do I view the contents of a .class file?

A simple way to see what String literals are used in a “. class” file is to use the javap utility in your JDK installation to dump the file using the “-v” option. Then grep for text that looks like <String “…”> where … is the String you are looking for.

Sizin İçin Seçtik  Türk parası kime ait?

Leave a Reply

Your email address will not be published. Required fields are marked *

How do I view the contents of a .class file?

A simple way to see what String literals are used in a “. class” file is to use the javap utility in your JDK installation to dump the file using the “-v” option. Then grep for text that looks like <String “…”> where … is the String you are looking for.

Sizin İçin Seçtik  Where is the .class file?

Leave a Reply

Your email address will not be published. Required fields are marked *