Computer Science Canada

Compiling Eclipse

Author:  romantic_programmer [ Sun Oct 28, 2007 12:03 am ]
Post subject:  Compiling Eclipse

I was Just woundering if anyone could give me an idea on how i can compile my code? i am using Eclipse Europa, and I am stuck... I can run my code but i cant complie?

Author:  Tony [ Sun Oct 28, 2007 1:51 am ]
Post subject:  RE:Compiling Eclipse

your code gets compiled before it gets executed. You could just search for the YourApp.class file (it could be put away into some temp directory), or simply use javac

Author:  rdrake [ Sun Oct 28, 2007 9:56 am ]
Post subject:  RE:Compiling Eclipse

As I recall your code compiles as you go along (seems to be how Eclipse finds syntax errors). Just hit save all, then run.


: