Pergunta

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?

Foi útil?

Solução

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)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top