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.

Can someone give steps for importing jedit in netbeans. I followed the tutorial, in http://wiki.netbeans.org/NetbeansedJEdit#Converting_JEdit_into_a_Netbeans_Project not able to find, NetbeansedJEdit.zip in it. when i try to open using netbeans by open project, i am not able to see the project icon. Anything to do with build.xml file?

share|improve this question
I have re-asked this question but in a far more thorough manner here, and will update the wiki linked in this question, if someone can answer how this works now: stackoverflow.com/questions/15693837/… – Warren P Mar 29 at 15:05

1 Answer

up vote 2 down vote accepted

Exactly as you suspected, the build.xml indicates jedit is a project compiled with ant. Follow this example (with jedit instead of pmd)

share|improve this answer
The linked wiki article is for netbeans 5.5, and is no longer workable information in netbeans 7.x. – Warren P Mar 29 at 15:06

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.