Tuesday, May 29, 2012

how to find whether jdk is 32 or 64 bit


package com.yagapp.phaseone;

public class Example1 {


public static void main(String args[]) {
 System.out.println("version ="
   + System.getProperty("sun.arch.data.model"));
}

}

No comments:

Post a Comment