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

org.protege.osgi.framework.Server Maven / Gradle / Ivy

package org.protege.osgi.framework;

import org.osgi.framework.BundleException;

import java.io.File;
import java.io.IOException;

public class Server {

    /**
     * @param args
     * @throws IOException 
     * @throws BundleException 
     * @throws ClassNotFoundException 
     * @throws IllegalAccessException 
     * @throws InstantiationException 
     */
    public static void main(String[] args) throws Exception {
        Launcher.setArguments(args);
        new Launcher(new File("server.xml")).start(true);
        System.exit(0);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy