Anybody have a C++ Hello World program working in Eclipse?
Anybody have a C++ working in Eclipse?
The first problem is that it won't make with "make -k" and I have to change it to "gmake -k".
The second problem is that once I build with gmake, I can't run the program because I have to make a Run Configuration or a Debug Configuration and when I try, I get this error:
java.lang.NoClassDefFound
An error has occurred. See error log for more details.
org/eclipse/cdt/debug/ui/CDebugUIPlugin
System: PCBSD7.1.1-x64 in VMWare
PBI: Eclipse 3.4.2_1
|