cancel
Showing results for 
Search instead for 
Did you mean: 

Eclipse not compliing java code on the fly...

Former Member
0 Kudos

Something has happened to Eclipse - when working in a J2EE DC, compilation errors are not reflected int the project tree view, making it difficult to fix re-factoring errors, or when a simple typo has a ripple effect through the code (for example, save a file, and all the files that have compilation errors are marked with a red 'X'). The task list is not updated with the errors either,so my thinking is that compile-on-save has been somehow disabled. Anyone know how I can re-enable this?

I'm left with building the DC, and looking at the compile output to determine errors...tedious at best.

This issue also happens with plain Java projects.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Here's the option you are looking for : Windows > Preferences > Workbench : Perform build automatically on resource modification

Regards,

Pierre

Former Member
0 Kudos

Solved it - thanks!

Answers (0)