I have one project with both Java and C/C++ code. That is, I have Project/src/C/ and Project/src/java/. I want one Eclipse project, and I want to use the Java builder to build the Java stuff, and the CDT Standard Make Builder to build the C code. And I want the Java class files and native executables to go into Project/bin/java/ and Project/bin/win32/, respectively.
That doesn't seem to be possible with Eclipse (3.2). What's up with that?
Posted by cradle at September 15, 2006 4:07 PM