Reputation: 1
i downloaded RSyntaxTextArea package from http://sourceforge.net/projects/rsyntaxtextarea/, now i want to import it into my eclipse project by using import statement, how to do this?
Upvotes: 0
Views: 93
Reputation: 1194
For importing a project in eclipse, do following:-
For adding as a jar,
Upvotes: 0
Reputation: 8347
Add downloaded package/jar to your project's build path. Right Click on project, Properties-> Java Buld Path-> Libraries-> Add external jars -> browse and select downloaded jar-> press ok button. That's it.
Upvotes: 1