Control: tags -1 + patch

Here is a patch fixing this issue.
--- a/makefile
+++ b/makefile
@@ -17,12 +17,12 @@
          vncCanvas.java optionsFrame.java clipboardFrame.java \
          animatedMemoryImageSource.java DesCipher.java
 
-OPTS = -source 1.3
+OPTS = -source 1.8
 
 all: $(CLASSES) $(ARCHIVE)
 
 $(CLASSES): $(SOURCES)
-       $(JC) $(OPTS) -target 1.1 -O $(SOURCES)
+       $(JC) $(OPTS) -target 1.8 -O $(SOURCES)
 
 $(ARCHIVE): $(CLASSES)
        $(JAR) cf $(ARCHIVE) $(CLASSES)

Reply via email to