Search This Blog

JavaFX Development: Install e(fx)clipse plugin for Eclipse

Develop JavaFX application using eclipse, you may experiencing this error:
Access restriction: The type Pane is not accessible due to restriction on required library C:\Program Files\Java\jre8_0\lib\ext\jfxrt.jar


There are a few ways to resolve this issue. The easiest solution is to install e(fx)clipse plugin.
  1. Find the latest release, by opening web page: https://download.eclipse.org/efxclipse/updates-released
  2. In Eclipse (Mac OS), Help => Install New Software... => Add site: https://download.eclipse.org/efxclipse/updates-released/3.5.0/site
  3. Check 'e(fx)clipse -install' and click Next button to install.

No comments:

Post a Comment