Using Java API gives "no nativemvm in java.library.path"

58 Ansichten (letzte 30 Tage)
Jim Person
Jim Person am 13 Jan. 2017
Kommentiert: Michaela Rikard am 5 Okt. 2017
I am attempting to work through the example code for the Java Matlab engine API (Note: this is calling Matlab FROM Java): https://www.mathworks.com/help/matlab/matlab_external/java-example-source-code.html
I can get to the last step, then I get the error: "java.lang.UnsatisfiedLinkError: no nativemvm in java.library.path". FYI I get this same error when trying to run my own code linked to Matlab in Eclipse.
Does anyone know how to fix this? Or know of any other information/examples/tutorials on calling the Matlab engine from Java? (This is a very new feature in 2016b so there is not much information out there)
  1 Kommentar
Michaela Rikard
Michaela Rikard am 5 Okt. 2017
I am having the same problem. I have added the matlabroot/bin/maci64 to both the PATH and DYLD_LIBRARY_PATH and am getting the same error: no nativemvm in java.library.path. It seems like people have been able to get this to work by adding to the PATH in Windows. Has anyone had success on a Mac?

Melden Sie sich an, um zu kommentieren.

Antworten (5)

Jim Person
Jim Person am 13 Jan. 2017
Answering my own question: I used the suggestion to add matlabroot\bin\win64 to the PATH permanently using the Windows UI, instead of temporarily in Eclipse/cmd, and the code compiles now (the example problems and my own).
  6 Kommentare
happy
happy am 24 Mai 2017
Came across this, having the same error: com/mathworks/mvm/MvmFactory.nativeSetJavaEngine(Z)V
May I know how you resolved it?
Thank you!
SK
SK am 26 Jun. 2017
I am also having this error--has any one been able to figure out a solution?
Thanks for the help!

Melden Sie sich an, um zu kommentieren.


J.Eric Tkaczyk
J.Eric Tkaczyk am 13 Feb. 2017
This also worked for me, but I had to first exit and restart my IntelliJ IDE after changing the PATH on the Windows Environment Variables
  1 Kommentar
Christoph Müller
Christoph Müller am 21 Jun. 2017
I still have this problem (also with IntelliJ IDE) despite changing the PATH on the WIndows Environment Variables. Could you please explain hoe you were to solve this issue step by step? It seems that I am missing something here. Thanks!

Melden Sie sich an, um zu kommentieren.


ant
ant am 23 Mär. 2017
you need to add the matlab library to your IDE(eclipse or others) or System (if you don't use any IDEs ), see below:
that's the right solution.
  2 Kommentare
Manuel Rios
Manuel Rios am 20 Apr. 2017
Where did you find this info ?
sahar alhaddad
sahar alhaddad am 28 Sep. 2017
Bearbeitet: sahar alhaddad am 28 Sep. 2017
Thank you. it works in STS.

Melden Sie sich an, um zu kommentieren.


Chibing Gng
Chibing Gng am 20 Feb. 2017
matlabroot/extern/engines/java/jar/engine.jar
But in my computer I do not have the above files for 2016b.Please tell me how to fix it.

Kobe Van Reusel
Kobe Van Reusel am 15 Mär. 2017
I'm having the same problem but can't find the solution for it.
I added the path to my PATH variable and added the engine.jar to my library but stil it gives me the "no nativemvm in java.library.path" error.
Can someone explain all the steps he took to get it working? Is it important where the engine.jar file is located or can i put it in the working directory of my project?
I'm using osx with netbeans and downloaded Matlab R2017a.
  1 Kommentar
Bo Li
Bo Li am 15 Mär. 2017
This is a quote from the file "<matlabroot>/extern/examples/engines/java/README" for Mac:
Run the examples by adding "<matlabroot>/bin/maci64" to the Java library search path without setting the DYLD_LIBRARY_PATH variable:
java -Djava.library.path=<matlabroot>/bin/maci64 -classpath .:<matlabroot>/extern/engines/java/jar/engine.jar EngineConsoleDemo

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Call MATLAB from Java finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by