Fix: Shorthand option -cp not supported in all version of Java
[lttng-ust.git] / doc / examples / java-jul / Makefile
index 3af44d3e5a02f2ac36194ce43e1cb1c652fee0b0..8b1f982711ef67a2c5efd083d369f73802189897 100644 (file)
@@ -32,7 +32,7 @@ else
 endif
 
 JFLAGS = -g
-JC = javac -cp "$(CLASSPATH):."
+JC = javac -classpath "$(CLASSPATH):."
 .SUFFIXES: .java .class
 .java.class:
        $(JC) $(JFLAGS) $*.java
This page took 0.023156 seconds and 4 git commands to generate.