简体   繁体   English

我在哪里下载java包?

[英]Where do I download java packages?

I'm trying to import this package 我正在尝试导入此包

import org.eclipse.swt.browser.*;

So that I can use Eclipse's browser widget, but I can't find out where to download the package, and I don't know how to install it either. 所以我可以使用Eclipse的浏览器小部件,但我找不到下载软件包的位置,也不知道如何安装它。

See this page on how to import the SWT library in your workspace. 请参阅此页面 ,了解如何在工作区中导入SWT库。

Generally, you'll find packages as .jar files on the developer's website. 通常,您会在开发人员的网站上找到.jar文件包。 The Eclipse tutorial has a section on how to add external jars to your buildpath. Eclipse教程有一节介绍如何将外部jar添加到buildpath中。

您可以在http://www.eclipse.org/swt/找到下载链接和安装说明

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

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