Skip to content

Add an option to choose the runtime library used for bindings by JDT#211

Merged
guillep merged 2 commits intomoosetechnology:v4from
RomainDeg:no_initializer
Apr 10, 2026
Merged

Add an option to choose the runtime library used for bindings by JDT#211
guillep merged 2 commits intomoosetechnology:v4from
RomainDeg:no_initializer

Conversation

@RomainDeg
Copy link
Copy Markdown
Contributor

Adding the option -sysLibPath <path/to/lib.jar> to give to JDT a specific runtime library to use to resolve native Java bindings.
This is necessary when you want to have models that match specific versions of Java, especially for older versions which can't run VVJ.

This option should ideally be used with the one used to specify the version of Java used (option -1.7 or -1.8 for example). As it is, VVJ will run itself if you use the -sysLibPath option without specifying the version used. Maybe it should return an error in that case?

@guillep guillep merged commit 239038a into moosetechnology:v4 Apr 10, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants