All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jcifs_1.3.3.examples.HttpURL Maven / Gradle / Ivy

import java.net.*;

public class HttpURL {

    public static void main( String[] args ) throws Exception {
        jcifs.Config.registerSmbURLHandler();

        URL u = new URL( new URL( args[0] ), args[1] );
        System.out.println( u );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy