简体   繁体   English

如何将jasypt插件添加到eclipse

[英]How to add jasypt plugin to eclipse

So I am using Eclipse IDE for Java EE Developers http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplerrc3 因此,我正在为Java EE开发人员使用Eclipse IDE http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplerrc3

and I am trying to add the jasypt - 1.9.0 plugin to eclipse 我正在尝试将jasypt-1.9.0插件添加到eclipse

Since I am not experienced in this, I only tried one way which is 由于我没有这方面的经验,所以我只尝试了一种方法

1- Download the zip file form the following url http://sourceforge.net/projects/jasypt/files/ 1-从以下网址http://sourceforge.net/projects/jasypt/files/下载zip文件

2- Unzip the file into the eclipse subdirectory plugins 2-将文件解压缩到eclipse子目录插件中

3- Restart eclipse 3-重启蚀

However it seems that there is something missing 但是似乎缺少一些东西

Go to your downloaded file and go to the lib folder. 转到下载的文件,然后转到lib文件夹。 In there, you have a whole host of jar files. 在那里,您有大量的jar文件。 It is most likely the jasypt-1.9.0 jar you want. 它很可能是您想要的jasypt-1.9.0 jar。

In Eclipse: go to: Properties > Java Build Path > Libraries 在Eclipse中:转到: 属性> Java构建路径>库

Choose to add an External Jar and navigate to the location of the jasypt-1.9.0.jar 选择添加一个外部Jar并导航到jasypt-1.9.0.jar的位置

This will add the jar and its libraries to your project. 这会将jar及其库添加到您的项目中。 Note: Look at the API for what you are using if this doesn't work - you may require a different jar to be imported instead/as well. 注意:如果无法使用API​​,请查看您正在使用的API-您可能也需要导入另一个jar。

This is the standard way to add any third-party libraries to your project. 这是将任何第三方库添加到项目中的标准方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM