I have a .jar file; in this .jar file I have many .class files but no .java files for these class files. Is it possible to add functionality to the program? If so how?
Grub 4 Junior Poster in Training
Recommended Answers
Jump to Post>The problem is, I am not the author of the original and as such have not clue as to what
> methods the classes have and in which class.Then how do you propose on adding additional functionality as mentioned in your first post?
Jump to PostYes, it's possible to "add further functionality" by composing new classes of your own that use those classes internally to extend or alter the functionality (assuming there are not licensing issues). Of course, you do need to understand the API of the other classes if you expect to do much …
All 7 Replies
stultuske 1,116 Posting Maven Featured Poster
dickersonka 104 Veteran Poster
Grub 4 Junior Poster in Training
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
Ezzaral commented: That's exactly what I was wondering. +13
Grub 4 Junior Poster in Training
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
Alex Edwards commented: Very good point =) +4
Grub 4 Junior Poster in Training
Alex Edwards commented: You are a very grateful person =) +4
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.