OpenModelica / OMMatlab

Matlab scripting OpenModelica interface
12 stars 4 forks source link

adding static javaclasspath.txt to preddir does not working #4

Closed arun3688 closed 6 years ago

arun3688 commented 6 years ago

@hkiel , add the jar files location to javaclasspath.txt at prefdir location does not work, And it only works when the path is added to which classpath.txt file in the matlab location, I found some answers which suggest to add the path in classpath.txt see ,https://se.mathworks.com/matlabcentral/answers/96993-how-can-i-use-a-java-class-from-a-jar-file-in-matlab

also see issue Error using OMMatlab

Should we change the readme file instruction ?

arun3688 commented 6 years ago

@hkiel , No i made a mistake, the location must be added without any quotes to the javaclasspath.txt file and then it works, i am closing this