thilina01 commented on issue #339: [NETBEANS-229] Fixing NPE on creating Installers for Netbeans Platform Applications URL: https://github.com/apache/incubator-netbeans/pull/339#issuecomment-354103235 //decompile result of TestJDK.class import java.io.PrintStream; public class TestJDK { public static void main(String[] paramArrayOfString) { System.out.println(System.getProperty("java.version")); System.out.println(System.getProperty("java.vm.version")); System.out.println(System.getProperty("java.vendor")); System.out.println(System.getProperty("os.name")); System.out.println(System.getProperty("os.arch")); } public TestJDK() {} }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
