e7ff0665e4
Used the unicode version of windows API's to handled long paths and avoid using the stat() function. Reviewed-by: stuefe, iklam
11 lines
260 B
Java
11 lines
260 B
Java
/*
|
|
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
|
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
*/
|
|
|
|
public class Hello {
|
|
public static void main(String args[]) {
|
|
System.out.println("Hello World");
|
|
}
|
|
}
|