I need to debug or better to patch a .jar file which is loading from other Jars / .exe File.
I can decompile the .jar pretty well but it seems to be that Eclipse or IntelliJ need a main function to debug it.
Is there a Way to decompile it change the specific class, recompile all and replace the .class /.java file into the packed jar? A complete compile of all decompiled files from the .jar will not possible i think. There are some "unable to decompile" Marks in other, for me not relevant .class files