EMM
EMM

Reputation: 1812

Java Web development in eclipse

I am building a web application using java servlets and jsp. Every thing is working fine but I can't see the source code of the files like HttpServlet from my eclipse IDE. I think I need to download J2EE sdk. Right ?? Please tell the steps

Thank you all

Upvotes: 0

Views: 176

Answers (1)

Tom
Tom

Reputation: 44801

There's a cool tool called jad that will do this for you.

Here's a link that explains how to install it: http://www.mkyong.com/java/java-decompiler-plugin-for-eclipse/

Upvotes: 1

Related Questions