< prev index next >

test/runtime/modules/Xpatch/BasicJarBuilder.java

Print this page

        

*** 27,38 **** * do not specify extensions, just the names * E.g. prot_domain ProtDomainA ProtDomainB * Output: A jar containing compiled classes, placed in a test classes folder */ - import jdk.test.lib.*; - import java.io.File; import java.util.ArrayList; import sun.tools.jar.Main; // Using JarBuilder requires that all to-be-jarred classes should be placed --- 27,36 ----
< prev index next >