Domanda

I'm currently trying to debug an issue with our web application - I can see an error message in the logs but I can't tell where it originates, though I suspect it's coming from one of the classes provided by the closed-source ecommerce platform we use.

I have the JD-Eclipse decompiler - is there some way I can search for a piece of text contained in one of the compiled classes through Eclipse?

È stato utile?

Soluzione

You can download JD-GUI open the jar file who containst the class and then search from the toolbar.

Update:

Luyten is a better and modern alternative to JD (thanks, Antimony)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top