-->

How to add jar Library to jEdit?

2019-07-24 03:28发布

问题:

I want to add SwingSets3(BeautyEyeLNFDemo).jar to my program library in jEdit.

I can do this easily in netbeans, by using add jar/folder on library folder.

I try moving the .jar file to program folder and Jedit folder but it doenst work.

I have instaled some of jEdit Plugin, those are :

Antelope
Astyle Beautifier
Beauty
BufferTabs
Console
Editor Scheme
Error List
First Mate
Info Viewer
Jakarta Commons
Javadoc
JavaFold
Java SideKick
JSwat Plugin
Maven
Project Viewer
Project Wizard
Sidekick
TextAutoComplete

回答1:

You right click your project in ProjectViewer, select Properties, then Classpath and Add Element ..., then you add your library JAR and you're done.