-
Notifications
You must be signed in to change notification settings - Fork 76
Build Eclipse OpenJ9 on Windows #18
Comments
Replace include prefix /I with -I on windows platforms when mingw is not used. Fix related to issue: ibmruntimes/openj9-openjdk-jdk9#18 Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
Update libraries path for microsoft linker Issue: ibmruntimes#18 Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
Update libraries path for microsoft linker Issue: ibmruntimes#18 Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
Follow the openjdk jdk9 instructions to set up the windows environment: see building.md. Requirements:
Download:
Clone openj9-openjdk-jdk9 repository:
Run configure:
If freetype is built, use --with-freetype-lib and --with-freetype-include options
Build: Run java -version: |
@vsebe any idea why this is failing for me? https://ci.adoptopenjdk.net/job/openjdk9_openj9_build_x86-64_windows/3/console |
also I wouldn't recommend building using one of our nighties as a boot JDK (https://adoptopenjdk.net/releases.html?variant=openjdk8#x64_win) would be a better binary to use |
Fixed. |
Adding the detailed build instructions for creating an OpenjDK V9 with OpenJ9 binary for Windows. Created as a completely separate section in the existing build instructions. No attempt to merge instructions for platforms yet. [ci skip] Work supports issue at ibmruntimes/openj9-openjdk-jdk9#18 Issue eclipse-openj9#18 Signed-off-by: Sue Chaplain <sue_chaplain@uk.ibm.com>
Adding the detailed build instructions for creating an OpenjDK V9 with OpenJ9 binary for Windows. Created as a completely separate section in the existing build instructions. No attempt to merge instructions for platforms yet. [ci skip] Work supports issue at ibmruntimes/openj9-openjdk-jdk9#18 Issue eclipse-openj9#18 Signed-off-by: Sue Chaplain <sue_chaplain@uk.ibm.com>
Update libraries path for microsoft linker Issue: ibmruntimes#18 Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
@vsebe Is this still being worked on. If it is, what is still outstanding to get this working? |
@vsebe, can you link to the issue tracking availability of prebuilt binaries on adoptopenjdk.com? Is it eclipse-openj9/openj9#55? |
We are currently waiting on getting a build machine with VS2013. Our only build machine currently does everything on VS2010. Once we have that setup we should be able to start building |
Also note the performance of the Windows build won't be optimal because of eclipse-openj9/openj9#727 |
Please add instructions for installing mingw, which is required in order to fix issue #727. |
@pdbain-ibm please provide those instructions, once you have it working. It would be a good idea to supply those instructions in a new issue, created on OpenJ9, and not here in this closed issue on the wrong repo. |
Adding the detailed build instructions for creating an OpenjDK V9 with OpenJ9 binary for Windows. Created as a completely separate section in the existing build instructions. No attempt to merge instructions for platforms yet. [ci skip] Work supports issue at ibmruntimes/openj9-openjdk-jdk9#18 Issue eclipse-openj9#18 Signed-off-by: Sue Chaplain <sue_chaplain@uk.ibm.com>
It is desirable that Eclipse OpenJ9 build and run on Windows.
@vsebe is working on this.
Note that I've created a sibling issue in https://github.com/eclipse/openj9/ as some of the work may need to be done there.
The text was updated successfully, but these errors were encountered: