1

This should be simple, I am learning java and want to use jEdit because its light weight on my linux box. In Eclipse I have the option to add external libraries under the build path with all point and click. So in Eclipse my path to the jars are /opt/andev/lib. Where does this syntax go when you port to jEdit? I have searched but i dont thimk I am phrasng my question properly so I provided the comparison function from eclipse.

Thanks!

user2179455
  • 107
  • 1
  • 2
  • 9

1 Answers1

1

Use org.gjt.sp.jedit.textarea.StandaloneTextArea "to embed a jEdit TextArea into other applications." The API includes an example. You'll need to look at jedit.props "for properties that can be set."

Addendum: Oops, I misunderstood the question. You might look at a Java-centric plugin like Classpath that "Maintains global and project-specific java classpaths."

trashgod
  • 203,806
  • 29
  • 246
  • 1,045