Created
December 31, 2012 09:35
-
-
Save atton/4418566 to your computer and use it in GitHub Desktop.
.classpath added jar in jdk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<classpath> | |
<classpathentry kind="src" path="src"/> | |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | |
<classpathentry kind="lib" path="/Library/Java/JavaVirtualMachines/jdk1.7.0_10.jdk/Contents/Home/jre/lib/jfxrt.jar"/> | |
<classpathentry kind="output" path="bin"/> | |
</classpath> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment