Compiling Eclipse
Author |
Message |
romantic_programmer
![](http://compsci.ca/v3/uploads/user_avatars/203983023545d4cb477ce6a.png)
|
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? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
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. |
|
|
|
![](images/spacer.gif) |
rdrake
![](http://compsci.ca/v3/uploads/user_avatars/113417932472fc6c9cd916.png)
|
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. |
|
|
|
|
![](images/spacer.gif) |
|
|