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

Missing jvm.dll #4

Open
flochocinco opened this issue Jan 13, 2023 · 3 comments
Open

Missing jvm.dll #4

flochocinco opened this issue Jan 13, 2023 · 3 comments

Comments

@flochocinco
Copy link

Hello,

After running the FMU-Checker with generated FMU. I got the following error:
0010:err:module:import_dll Library jvm.dll

My version of java is:

Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
@markaren
Copy link
Collaborator

It has been a while since working on this, but do you have jvm.dll on PATH ?

@flochocinco
Copy link
Author

It's not on PATH. I changed the variable JAVA_HOME of gradlew.bat to target the jdk I want.

Should I see this dll into the generated FMU ?

@markaren
Copy link
Collaborator

markaren commented Jan 13, 2023

The FMU links to the Java JDK, which needs to be on Path (jvm.dll) or somehow visible to the running application. It is not provided by the FMU. Newer versions than JDK 11 has not been tested.

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

No branches or pull requests

2 participants