kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/extractors/openjdk11/README.md (about) 1 # Kythe Extracting openjdk11 2 3 This package describes extracting OpenJDK11 from source using Kythe 4 5 ## Fetch and Configure OpenJDK11 6 7 Follow the instructions outline at 8 http://hg.openjdk.java.net/jdk/jdk11/raw-file/tip/doc/building.html 9 for configuring OpenJDK11 for your platform. 10 11 ## Extraction 12 13 Once you have a correctly configured source tree for your platform, 14 run: 15 16 ``` 17 $ bazel run //kythe/extractors/openjdk11:extract -- -jdk /absolute/path/to/openjdk11 18 ``` 19 20 Assuming the source tree was configured correctly, the result will be a 21 collection of .kzip files (one per module) in ~/kythe-openjdk11-output