Fix: Shorthand option -cp not supported in all version of Java
[lttng-ust.git] / tests / java-jul / Makefile.am
index ba50fbf1360b6911a61f5cece42bf42b2b0842bc..0c5b464b211c82abe40b27a9c3615f176c7bee8d 100644 (file)
@@ -20,6 +20,6 @@ clean-local:
        rm -f *.class
 
 JULTest.class: JULTest.java
-       $(JCC) -cp $(JUL_jar_file) -d "$(builddir)" "$(srcdir)/JULTest.java"
+       $(JCC) -classpath $(JUL_jar_file) -d "$(builddir)" "$(srcdir)/JULTest.java"
 
 endif
This page took 0.032046 seconds and 4 git commands to generate.