< prev index next >

jdk/test/javax/smartcardio/TestCommandAPDU.java

Print this page

        

@@ -25,12 +25,12 @@
  * @test
  * @bug 6293767
  * @summary Test for the CommandAPDU class
  * @author Andreas Sterbenz
  * @key randomness
- * @compile -addmods java.smartcardio TestCommandAPDU.java
- * @run main/othervm -addmods java.smartcardio TestCommandAPDU
+ * @compile --add-modules=java.smartcardio TestCommandAPDU.java
+ * @run main/othervm --add-modules=java.smartcardio TestCommandAPDU
  */
 
 import java.util.*;
 
 import javax.smartcardio.*;
< prev index next >