Build OpenJDK8 on Windows
2020-12-13 05:50
标签:build jdk8 简单的步骤 1. MinGW + msys: 我已经整理好直接解压即可 http://pan.baidu.com/s/1bncptlt 2. OpenJDK8 source code: http://pan.baidu.com/s/1eQtKkeQ 其中包括了freetype
和 一个环境bat 如果想更新到最新的JDK8 source, 安装 HG, 解压后运行 jdk8/src/get_source.sh. 此压缩包并未破坏HG文件 3. 安装 vs2010 和 sp1, 没有sp1补丁会有link错误 4. 修改 jdk8/hg_env.bat, 使环境变量 HG (mercurial hg), MINGW, BOOST_STARP_JDK 等 指向正确目录. 运行hg_env.bat 5. 运行configure 6 . make all #ifndef Build OpenJDK8 on Windows,搜素材,soscw.com Build OpenJDK8 on Windows 标签:build jdk8 原文地址:http://blog.csdn.net/salmonrun/article/details/38342931
c. 在freetype目录下
FT_EXPORT
#ifdef
__cplusplus
#define
FT_EXPORT( x ) __declspec (dllexport ) extern "C"
x
#else
#define
FT_EXPORT( x ) __declspec (dllexport ) extern x
#endif
#endif
/* !FT_EXPORT */
文章标题:Build OpenJDK8 on Windows
文章链接:http://soscw.com/index.php/essay/31822.html