如何将jar 库添加到jEdit?

How to add jar Library to jEdit?

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

我可以在 netbeans 中轻松完成此操作,方法是在库文件夹中使用添加 jar/folder。

我尝试将 .jar 文件移动到程序文件夹和 Jedit 文件夹,但它确实有效。

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

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、select Properties 中右键单击您的项目,然后 ClasspathAdd Element ...,然后添加您的库 JAR,然后您'重新完成。