blob: 9a7f2c0432c0fdac656d2fa6f6cb1e3e97f6a48a [file] [log] [blame]
public class getnativepath {
public static void main(String [] args)
{
String v = System.getProperty("java.library.path");
System.out.print(v);
}
}