ojdkbuild / ojdkbuild

Community builds using source code from OpenJDK project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compilation

awesomennguy opened this issue · comments

hi, is there any docs how to compile this?

Yes, this doc is valid. Just if you are looking into building jdk11+ and don't need installer - it may be easier to start here - https://github.com/openjdk/jdk/blob/master/doc/building.md .

and is it possible to compile just one file? (java.dll, etc)
(btw wow i just saw this is #123 thread nice)

It is possible in theory to build only the HotSpot VM - jvm.dll (for embedding into other apps) without building class library. But the easiest way will be to do a full build (make images) and then to strip the images as needed.

Closing the issue, please feel free to reopen if needed.