I want to use a Java application, which is not written by me and also not maintained anymore, meaning I can’t just go to the author and ask for a new feature. What options do I have to add proxy capabalities. Is it possible to add some shell arguments? Is it manageable work to add the binary code for the proxy directly into the .class file? Could I write my own class, import the stuff from the .class files and overwrite the network functionality?
I want to use a Java application, which is not written by me and
Share
This might work for you: