diff options
Diffstat (limited to 'HelloWorld/.classpath')
-rw-r--r-- | HelloWorld/.classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/HelloWorld/.classpath b/HelloWorld/.classpath new file mode 100644 index 0000000..e461bea --- /dev/null +++ b/HelloWorld/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|