Index
1. Required software
You need following software to build Mysaifu JVM from source code.
- Microsoft Visual Studio 2005 Standard Edition
- Apache Ant
- Java Development Kit (JDK) 1.5
2. Download and extract source code
Download source from Sourceforge.jp project page.
If you want to latest source code, use SVN client. (TortoiseSVN etc.)
3. Build
Build all classes
Go to "jvm\lib\classpath" directory, and execute "ant" command.
Build all native libraries
Open solution file "jvm\lib\lib.sln" by Visual Studio 2005, and build all libraries.
Build JVM
Open solution file "jvm\jvm\jvm.sln" by Visual Studio 2005, and build.
4. Create installable CAB files
Go to "jvm\installer" directory, and execute "create_cab.cmd".
Following files will be created.
jvm.Release.CABjvm.Debug.CAB
Copyright(C) 2005, 2006 freebeans(Please include "Mysaifu" in the title of your mail)
Mysaifu JVM - How to build from source code