使用VS2015编译OpenJDK8
Posted 柳鲲鹏
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用VS2015编译OpenJDK8相关的知识,希望对你有一定的参考价值。
以前用2010编译,这几天刚刚换成2012,怎么就要换成2015呢?因为安装是使用2015做的,JDK使用2012或2015编译,就需要两个vcredist.exe。能省一个为什么不省?
- 下载安装
https://quantum6.blog.csdn.net/article/details/119779610
- 修改编译工具
./configure \\
--with-tools-dir="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin"
- 出错
https://quantum6.blog.csdn.net/article/details/119782232
具体修改文件是:hotspot\\make\\windows\\makefiles\\compile.make
以上是关于使用VS2015编译OpenJDK8的主要内容,如果未能解决你的问题,请参考以下文章