Checkout the source code of javelus.
There is a create.bat
at make/windows/
.
setup-x86.exe
, you had better choose to install at C:/cygwin
as this path is hard-coded.C:\cygwin\bin
to your PATH
environment variable.create.bat
generates a jvm.vcxproj
based on the version of your MSC version.
This version number is grepped from the output of an English versioncl.exe
So, if your have installed a Chinese version, set an environment variable set FORCE_MSC_VER=1700
JDK8_HOME
points to the installation folder.cmd
terminal.C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC
vcvarsall.bat amd64
.make/windows
, and you will find a file named create.bat
create.bat %JDK8_HOME%
jvm.vcxproj
in the build/vs-amd64
.compiler2-fastdebug
, and click build project.