Skip to content

Instantly share code, notes, and snippets.

Created December 29, 2012 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4409676 to your computer and use it in GitHub Desktop.
Save anonymous/4409676 to your computer and use it in GitHub Desktop.
.classpath
<?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="/usr/share/lwjgl/jar/lwjgl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/usr/share/lwjgl/native/linux"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment