How to add jar Library to jEdit?

牧云@^-^@ 提交于 2019-12-24 07:38:25

问题


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.



来源:https://stackoverflow.com/questions/39736002/how-to-add-jar-library-to-jedit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!