[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: PDT all-in-one can't enable Java plugin
|
"Adam Solymos" <regady@xxxxxxxxxxx> wrote in message
news:eb40edcf8a3fd4e1a6f5929a04cd4a11$1@xxxxxxxxxxxxxxxxxx
> Ps: Please, somebody tell me, which is Eclipse's basic plugin for simple
> Java SE development! Thx.
All the org.eclipse.jdt.* plug-ins, for example, org.eclipse.jdt.core,
org.eclipse.jdt.ui, org.eclipse.jdt.apt.core, ... there are about a dozen in
all. There are also some other plug-ins that the org.eclipse.jdt.* plug-ins
depend upon, that are included in the JDT package.
If you have org.eclipse.jdt.ui, then you probably have all the others as
well.
Make sure that you are running Eclipse on a 1.5 or higher JRE (check your
Help -> About -> Software Configuration to be sure). It will run on
lower-level platforms but not all functionality will be available.