
-----------------------------------
romantic_programmer
Sun Oct 28, 2007 12:03 am

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?

-----------------------------------
Tony
Sun Oct 28, 2007 1:51 am

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

-----------------------------------
rdrake
Sun Oct 28, 2007 9:56 am

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.
