Skip to content

Commit 23ceafb

Browse files
committed
compiling to java 7
1 parent fd48132 commit 23ceafb

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

java/EchoMessage.class

0 Bytes
Binary file not shown.

java/EchoMessage.jar

0 Bytes
Binary file not shown.

java/build_jar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
javac EchoMessage.java
3+
javac EchoMessage.java -source 1.7 -target 1.7
44
jar cfm EchoMessage.jar MANIFEST.MF *.class

0 commit comments

Comments
 (0)