When I run my Java EE Application in Eclipse for Java EE developers, the pages don’t refresh at all.
JSP pages and Java code (Servlets, Java classes, beans) do refresh, but CSS files remain the same (colors, font-size, etc)
I’m looking in the build path but I don’t know what would be the solution.
It sounds like the CSS is being cached – try clearing your browser cache.