package testmodule1; import java.net.MalformedURLException; import java.net.URL; import nbmtest.util.Util; public class URLtest { /** * @param args the command line arguments */ public static void main(String[] args) throws MalformedURLException { System.out.println(new URL("branding.jnlp")); Util.getStrBuilder(); } }