We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd48132 commit 23ceafbCopy full SHA for 23ceafb
3 files changed
java/EchoMessage.class
0 Bytes
java/EchoMessage.jar
java/build_jar.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
-javac EchoMessage.java
+javac EchoMessage.java -source 1.7 -target 1.7
4
jar cfm EchoMessage.jar MANIFEST.MF *.class
0 commit comments