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

org.gridkit.jvmtool.SJK Maven / Gradle / Ivy

There is a newer version: 0.23
Show newest version
package org.gridkit.jvmtool;

import java.util.Arrays;
import java.util.List;

import org.gridkit.jvmtool.cli.CommandLauncher;

public class SJK extends CommandLauncher {

    public static void main(String[] args) {
        new SJK().start(args);
    }    
    
	protected List getCommandPackages() {
	    return Arrays.asList("org.gridkit.jvmtool.cmd", "org.gridkit.jvmtool.hflame.cmd");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy