I think that JDT is missing from your installation.
The eclipse-SDK includes eclipse platform and JDT, which is the java
"plugin" for the eclipse. If you have installed only the contents of
eclipse-platform-2.0.1-win32, then you need to download and install
(copy in the same folder as eclipse-platform) the JDT.
> I think that JDT is missing from your installation.
>
> The eclipse-SDK includes eclipse platform and JDT, which is the java
> "plugin" for the eclipse. If you have installed only the contents of
> eclipse-platform-2.0.1-win32, then you need to download and install
> (copy in the same folder as eclipse-platform) the JDT.
Thanks! I will try.
Another quesion: I am used to gdb and wdb. When I open the Debug
perspective I cannot find the buttons I know (and like): Step in, step
over, step out. Frankly, I don't know how ro operate Eclipse debug.
Where to find those user friendly commands?
Dag Sunde - 09 Sep 2003 16:31 GMT
> > I think that JDT is missing from your installation.
> >
[quoted text clipped - 8 lines]
> over, step out. Frankly, I don't know how ro operate Eclipse debug.
> Where to find those user friendly commands?
On the Run menu, and in the caption of the Debug frame/window
Shift F5, F5, F6 & F7
--
Dag.