Package

Source Code of Main3

import org.jvnet.winp.WinProcess;

/**
* @author Kohsuke Kawaguchi
*/
public class Main3 {
    public static void main(String[] args) {
        WinProcess p = new WinProcess(1572);
        System.out.println(p.getCommandLine());
        System.out.println(p.getEnvironmentVariables());
    }
}
TOP

Related Classes of Main3

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.