Skip to content

Instantly share code, notes, and snippets.

@atton
Created December 31, 2012 09:35
Show Gist options
  • Save atton/4418566 to your computer and use it in GitHub Desktop.
Save atton/4418566 to your computer and use it in GitHub Desktop.
.classpath added jar in jdk
<?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