如何将jar库添加到jEdit?

如何将jar库添加到jEdit?

问题描述:

我想将SwingSets3(BeautyEyeLNFDemo).jar添加到jEdit中的程序库中.

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

通过在库文件夹中使用添加jar/文件夹,我可以在netbeans中轻松地做到这一点.

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

我尝试将.jar文件移动到program文件夹和Jedit文件夹,但是确实可以正常工作.

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

我安装了一些jEdit插件,它们是:

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

您右键单击ProjectViewer中的项目,依次选择PropertiesClasspathAdd Element ...,然后添加库JAR,然后完成.

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