Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hy, i have a problem with eclipse for javaEE.
whenever i write a code and run it, it only runs once and no matter how many times i change it it outputs the same thing
for example :
when i write this :
System.out.println("Hello World !");

it outputs Hello World !
but when i change it to say :
System.out.println("Hello !");

it still outputs Hello World ! till i restart it.
i think you get the idea
and thanks for helping !
Posted
Comments
Richard MacCutchan 23-Aug-14 3:28am    
Difficult to know what you are doing wrong, but I use eclipse for both Java and Android development and have never seen this problem.
Xiao Ling 24-Aug-14 23:28pm    
menu -> project -> Build Automatically. Have you checked it?

1 solution

Check Build Automatically in the Project menu.
Also, when there are multiple projects open, make sure you clean the code when you get the same output. For cleaning, click the Clean in the Project menu.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900