Fix: Shorthand option -cp not supported in all version of Java
[lttng-ust.git] / doc / examples / java-jul / Makefile
index a45719d197448ef34dfd3082af4238974a2082cf..1431b60bf716c56c7fd8e4d1e2db808891fd28ed 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.023719 seconds and 4 git commands to generate.