Skip to content

Commit 41890e1

Browse files
committed
java小程序
java小程序
0 parents  commit 41890e1

45 files changed

Lines changed: 566 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

JavaExample/.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
5+
<classpathentry kind="lib" path="D:/Personal/java/repo/json-path-0.8.0.jar"/>
6+
<classpathentry kind="lib" path="D:/Personal/java/repo/commons-io-2.1.jar"/>
7+
<classpathentry kind="lib" path="D:/Personal/java/repo/commons-lang-2.6.jar"/>
8+
<classpathentry kind="lib" path="D:/Personal/java/repo/json-smart-1.1.jar"/>
9+
<classpathentry kind="lib" path="D:/Personal/Driver/org.json.jar"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

JavaExample/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>JavaExample</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=1.7
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.source=1.7
632 Bytes
Binary file not shown.
1.41 KB
Binary file not shown.
830 Bytes
Binary file not shown.
911 Bytes
Binary file not shown.
978 Bytes
Binary file not shown.
804 Bytes
Binary file not shown.
986 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)