简体   繁体   中英

Eclipse JRE system libraries reset after restart

We are using Eclipse Kepler (Build id: 20130614-0229) with the JDK 1.7_25. One of our projects requires Java FX. Since it is not part of the standard system library, we are adding it in Eclipse to the JRE Definition as a system library (Preferences -> Java -> Installed JREs -> Edit).

The Problem is that this path gets reset when we restart Eclipse and hence compile errors appear in the Java FX Project. Does anyone know, how to to fix this issue, or what plugin could cause this behavior? (We are using the Attlassian Connector Plugin, the Google and GWT Plugin and Subversive Connectors Plugin).

Java 7 should have JavaFX included. You should not need to do anything to explicitly include it.

Installing e(fx)clipse and adding the JAVA FX SDK Library to the build path of the project works as a workaround.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM