Compiling Eclipse
Author |
Message |
romantic_programmer

|
Posted: 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? |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Tony

|
Posted: 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 |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
 |
rdrake

|
Posted: 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. |
|
|
|
|
 |
|
|