简体   繁体   English

如何在 eclipse 中包含其他下载的包

[英]How can I include other downloaded packages in eclipse

I've found Javaluator , and it looks like something I'd like to use in my java project.我找到了 Javaluator ,它看起来像是我想在我的 java 项目中使用的东西。 When I go to the downloads page, there are 2 options, maven or a zip folder containing lots of .JAR files.当我 go 到下载页面时,有 2 个选项,maven 或.JAR文件夹包含大量文件。 I'm very new to eclipse and java programming as a whole, and was wondering how I could sort of "Import" or include them in my project.我对 eclipse 和 java 整体编程非常陌生,并且想知道如何将它们“导入”或包含在我的项目中。 Any help appriciated, thanks!任何帮助appriciated,谢谢!

Follow the below steps to add externally downloaded java packages(JAR) file to an Eclipse Project.按照以下步骤将外部下载的 java 包(JAR)文件添加到 Eclipse 项目中。

  • Right click on your project.右键单击您的项目。
  • Select Build Path. Select 构建路径。
  • Click on Configure Build Path.单击配置构建路径。
  • Click on Libraries and select Add External JARs.单击库和 select 添加外部 JARs。
  • Select the jar file from the required folder. Select 来自所需文件夹的 jar 文件。
  • Click and Apply and Ok.单击并应用和确定。

All done.全部完成。

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

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