I've installed Eclipse Luna Service Release 2 (4.4.2) on my Windows Vista 32-bit system.
When creating a Java project I can
import com.sun.javafx.application.*;
without errors, but when I type
import com.sun.javafx.application.Application;
the import statement gets underlined.
Under the project's had Java build path I can see the entries:
JRE System Library [JavaSE-1.8] JRE System Library
[CDC-1.0/Foundation-1.0]
No matter which one I click, the error won't go away.
What should I do?