Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Adding the JAXB Jar after beeing removed from the JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
iFadi committed Jan 16, 2019
1 parent d1d28c4 commit c79cd9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
<classpathentry kind="lib" path="lib/poi-ooxml-schemas-3.11-20141221.jar"/>
<classpathentry kind="lib" path="lib/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="lib/controlsfx-8.40.9.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jaxb-api-2.4.0-b180830.0359.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX11"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file added lib/jaxb-api-2.4.0-b180830.0359.jar
Binary file not shown.

0 comments on commit c79cd9e

Please sign in to comment.