diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-05-06 22:52:49 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-05-06 22:52:49 -0400 |
commit | 75e32602d1ab1ef4d67c92c6299fbff1e5dc364f (patch) | |
tree | ee184693e22876fcd2990b8b76eb29e5df5d88f6 /.classpath | |
parent | e5873eef980a42e56355de1c8ffc8fe1a0aeedac (diff) | |
download | NPEhero-75e32602d1ab1ef4d67c92c6299fbff1e5dc364f.tar.gz NPEhero-75e32602d1ab1ef4d67c92c6299fbff1e5dc364f.tar.bz2 NPEhero-75e32602d1ab1ef4d67c92c6299fbff1e5dc364f.zip |
Add JavaFX configs for Eclipse
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..a94ee04 --- /dev/null +++ b/.classpath @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> + <attributes> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="lib" path="lib/javafx.base.jar"/> + <classpathentry kind="lib" path="lib/javafx.controls.jar"/> + <classpathentry kind="lib" path="lib/javafx.fxml.jar"/> + <classpathentry kind="lib" path="lib/javafx.graphics.jar"/> + <classpathentry kind="lib" path="lib/javafx.media.jar"/> + <classpathentry kind="lib" path="lib/javafx.swing.jar"/> + <classpathentry kind="lib" path="lib/javafx.web.jar"/> + <classpathentry kind="lib" path="lib/javafx-swt.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |