I have installed the e(fx)clipse for eclipse,and i needed it to import javafx.application.Application, but even after i have installed the e(fx)clipse, and i right click on Application, it will only show me com.apple.eawt instead of javafx.application.Application
And i have tried every step for example, reinstalled eclipse, but still not working
public class Temperature extends Application{
}
i just want to know what should i do , to make it work with javafx.application.Application instead of com.apple.eawt,thank you very much.