Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm not very experienced with Java or Eclipse, but I am trying to browse and decompile some jar files within Eclipse. I went ahead and grabbed JD-Eclipse for opening .class files, but I can't get Eclipse to let me browse the .jar files. I read that the problem is because the .jar files aren't added to the build path, but when I try to add them following this guide, I don't have any options after expanding "Build Path". Did I set up my project incorrectly? Thanks.

share|improve this question

1 Answer

  1. Create a new Java Project.
  2. Select the project, right click and select properties
  3. From the list on the left, click Java Build Path, then click the "Add External JARs..." button.
  4. Browse and select the jars from your file system.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.