From: Karthika Subramanian on
I need help regarding how to run a JAR file in Matlab. Could someone give me step-by-step procedure of what to do.. I don understand the help given in Matlab help pages for changing the classpath.txt file and setting the static and dynamic path..
From: Richard Crozier on
"Karthika Subramanian" <arunkarthika19(a)rediffmail.com> wrote in message <hphoc5$a80$1(a)fred.mathworks.com>...
> I need help regarding how to run a JAR file in Matlab. Could someone give me step-by-step procedure of what to do.. I don understand the help given in Matlab help pages for changing the classpath.txt file and setting the static and dynamic path..


try:

javaaddpath('yourjarfile.jar')

to add the jar file to your matlab path