How to install jdt.core in eclipse locally?

眉间皱痕 提交于 2019-11-30 22:59:40

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.

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

  1. Go to "Help", then go to "Install New Software", and the install dialog pops up.
  2. Click on the "Available Software Sites" link on the install dialog.
  3. Check on or copy "Eclipse Helios Update Site http://download.eclipse.org/releases/helios Enabled" or just skip step 2 and copy and paste this link "http://download.eclipse.org/releases/helios"
  4. Add it and it gives your a list of softwares, go to "Programming Languages" and choose "Eclipse Java Development Tool"

Hope it works for you

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

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 !!!!

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