< prev index next >

jdk/test/javax/smartcardio/TestCardPermission.java

Print this page

        

*** 24,35 **** /** * @test * @bug 6293767 * @summary Test for the CardPermission class * @author Andreas Sterbenz ! * @compile -addmods java.smartcardio TestCardPermission.java ! * @run main/othervm -addmods java.smartcardio TestCardPermission */ import javax.smartcardio.*; public class TestCardPermission { --- 24,35 ---- /** * @test * @bug 6293767 * @summary Test for the CardPermission class * @author Andreas Sterbenz ! * @compile --add-modules=java.smartcardio TestCardPermission.java ! * @run main/othervm --add-modules=java.smartcardio TestCardPermission */ import javax.smartcardio.*; public class TestCardPermission {
< prev index next >