I am trying to enhance a library. The library is in the Referenced folder of eclipse. I presume in that folder I can’t just edit the code so I guess I have to import the whole .jar file as kind of a project, but how can I do it in eclipse …..
Share
The right way to do it is to find/download the source code for the library. The ugly way to do it is to decompile the library.
After that, edit the source code, and run against your custom version.