简体   繁体   中英

Eclipse PDT - How to use for Java development

I use PDT for PHP development. I am going to start learning Java. What packages should I install in PDT in order to have at least the same functionality as if I would fresh install Eclipse IDE for Java Developers ?

You will need to install JDT plugin with current eclipse installation.

http://www.eclipse.org/jdt/

Depending upon your eclipse version add following remote site (from help>install new software>add ) and check for Java plugins:

Galileo - http://download.eclipse.org/releases/galileo

Helios - http://download.eclipse.org/releases/helios

If you just want to use basic Java functionality, just select Window->Open Perspective->(Others...->)Java and you are good to go. As Eclipse is written in Java, the basic functions are always included. Even the debugger should be available.

I use my Eclipse with Aptana also for Java development.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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