hello everyone, is there any tool class or utilities class in java class library that can run/view .class file?. for example if i click a jbutton i can view a .class file.. Please help. thanks.
viber101 -1 Light Poster
Recommended Answers
Jump to PostYou can view a .class file like any other file: By opening it. Use whatever program you want to open it. But don't expect to see anything. Here is a sample of what a .class file looks like when I used PSPad:
CAFE BABE 0000 0031 0112 0A00 4E00 B409
…
All 2 Replies
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
Alex Edwards commented: I think he meant reverse-engineering, but that does answer the question! =) +4
stultuske 1,116 Posting Maven Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.