ikarosilva / wfdb-app-toolbox

The WFDB Toolbox for MATLAB/Octave is a collection of functions for reading, writing, and processing physiologic signals in the formats used by PhysioNet (see README for details).
http://physionet.org/physiotools/matlab/wfdb-app-matlab/
GNU General Public License v3.0
93 stars 46 forks source link

problems with java/octave/windows #136

Closed dmedine closed 7 years ago

dmedine commented 7 years ago

I have tried using this with jdk 8 as well as jdk 7. First of all, if you have jdk 7, you have to do a little registry editing due to this bug: https://bugs.openjdk.java.net/browse/JDK-8075410. Changing 'client' to 'server' in the appropriate place does not help however. When I run wfdbdemo from Octave I still get

octave> wfdbdemo
error: javaMethod: could not find library or dependencies: C:\Program Files\Java\jre7\bin\server\jvm.dll

Even though the dll is clearly there. I assume I need to rebuild the jar files? I'm on 64 bit.

dmedine commented 7 years ago

Actually, it turned out the problem was that I was missing another detail in my path. I didn't have C:\Program Files\Java\jdk1.7.0_80\bin there

iord commented 6 years ago

Hello, I have the same problem but I can't understand the solution that you mention, could you please be more descriptive? Thank you!