Question

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?

Was it helpful?

Solution

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)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top