如何在eclipse本地安装jdt.core?
我需要在本地安装 eclipse JDT.Core 插件(例如使用 site.xml 等下载文件),而不是由于工作中可怕的防火墙而远程安装它。 谁能建议在哪里下载它以便我可以进行本地安装? 谢谢
I'm needing to install the eclipse JDT.Core plugin locally (eg download the file with site.xml etc), as opposed to installing it remotely due to the horrible firewall at work.
Can anyone suggest where to download it so i can do the local install?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我假设您正在使用 Aptana,就像 VonC 所说的那样,我不知道是否有 JDT 核心下载站点链接,但我个人做了一些对我有用的其他事情。
在 eclipse 或 aptana 上
希望它适合你
I assume you are using Aptana, well like VonC said I don't know if there is a JDT core download site link but I personally did something else that worked for me.
on eclipse or aptana
Hope it works for you
转到帮助>安装新软件并添加
http://download.eclipse.org/releases/[您的版本,例如 indigo]
在“编程语言”部分下,选择 Eclipse Java 开发工具。
为我工作
Go to Help > Install new software and add
http://download.eclipse.org/releases/[your release e.g. indigo]
Under the Programming Languages section, select Eclipse Java Development Tools.
Worked for me
我不确定我是否见过 jdt.core 的安装,因为它包含在大多数 Eclipse 发行版中(Eclipse 3.5 Galileo 或 Eclipse 3.6 Helios< /a>)
话虽这么说,jdt core 更新站点是全球 Eclipse 更新站点,我认为您无法轻松下载 jdt.core 部分。
最简单的方法仍然是下载已包含 JDT 的完整发行版。
I am not sure I ever saw an installation of jdt.core, since it is included in most of the eclipse distros (either Eclipse 3.5 Galileo or Eclipse 3.6 Helios)
That being said, the jdt core update site is part of the global Eclipse update sites, and I don't think you can easily download just the jdt.core part.
The easiest way would still be to download a full distro with JDT already included in it.
从以下位置找到 jdt jar。
http://www.findjar.com/jar/eclipse /jars/jdtcore-3.0.1.jar.html
只需将其添加到您的项目库中即可。
享受 !!!!
Find the jdt jar from the following location.
http://www.findjar.com/jar/eclipse/jars/jdtcore-3.0.1.jar.html
Just add this to your project library.
Enjoy !!!!