< prev index next >

src/java.base/windows/native/libjava/java_props_md.c

Print this page

        

*** 374,386 **** /* we might want to check that this succeed */ GetTempPathW(MAX_PATH + 1, tmpdir); sprops.tmp_dir = _wcsdup(tmpdir); } - /* Java2D properties */ - sprops.graphics_env = "sun.awt.Win32GraphicsEnvironment"; - /* OS properties */ { char buf[100]; boolean is_workstation; boolean is_64bit; --- 374,383 ----
< prev index next >