HoerTech-gGmbH / openMHA

The open Master Hearing Aid (openMHA)
http://www.openmha.org
GNU Affero General Public License v3.0
252 stars 74 forks source link

MHA GUI #25

Closed KhaledAbdellatif closed 5 years ago

KhaledAbdellatif commented 5 years ago

Dear all,

I am facing a Problem to open the MHA GUI. From the Manual it is written to the write the command "mhacontrol".

first I had problemls with addin a Java path:

javaaddpath(C:\Program Files\openMHA\mfiles\mhactl_java.jar)

then it also didnt work so prom the Forum I tried the following commands:

setenv('MHA_INSTALL_DIR', "PATH-TO-YOUR/openMHA/bin" ); setenv('LD_LIBRARY_PATH','C:\Pogram Files\openMHA\mfiles\libfuncs')

image

Thank you very much!!

tobiasherzke commented 5 years ago

javaaddpath(C:\Program Files\openMHA\mfiles\mhactl_java.jar)

The string in the parenthesis needs to be enclosed in single quotes.

[image]

mhacontrol does not start the mha, but connects to an instance that is already running. You have to start it before you can connect to it with mhacontrol.