Uploaded image for project: 'Java Mission Control'
  1. Java Mission Control
  2. JMC-6046

Fix accessrules for javafx in javafx.osgi and joverflow.ui plugins

XMLWordPrintable

      javafx.osgi and joverflow.ui plugins need some access rules for javafx to avoid Access Restriction errors at least in my Eclipse set up (Mac + Eclipse 4.8 M6 + running Eclipse w/ JDK 11)

       

      Should change in .classpath for the two plugins, from 

      <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>

      to

      <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
          <accessrules>
              <accessrule kind="accessible" pattern="javafx/**"/>
          </accessrules>
      </classpathentry>

            klward Klara Ward
            klward Klara Ward
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: