Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8347755: Support static library in jmod #46

Open
wants to merge 8 commits into
base: hermetic-java-runtime
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/jdk.jlink/share/man/jmod.md
Original file line number Diff line number Diff line change
@@ -165,6 +165,10 @@ e.g. "2022-02-12T12:30:00-05:00".
: Specifies location of native libraries to copy into the resulting JMOD
file.

`--static-libs` *path*
: Specifies location of native static libraries to copy into the resulting
JMOD file.

`--main-class` *class-name*
: Specifies main class to record in the module-info.class file.