Re: [Matlab-emacs-discuss] matlab-shell segfaults with matlab R2016b on Mac OS 10.11.6 Emacs 25.1

2016-11-01 Thread Fritz
in the past i had some issues with the matlab bundled java version under debian wheezy, which i solved by using the native java version of my system. the bash script to start matlab was: #!/bin/bash export MATLAB_JAVA=/usr/lib/jvm/java-7-openjdk-amd64/jre/ /usr/local/bin/matlab8 $1 $2 On

Re: [Matlab-emacs-discuss] matlab-shell segfaults with matlab R2016b on Mac OS 10.11.6 Emacs 25.1

2016-11-01 Thread Fritz
in the past i had some issues with the matlab bundled java version under debian wheezy, which i solved by using the native java version of my system. the bash script to start matlab was: #!/bin/bash export MATLAB_JAVA=/usr/lib/jvm/java-7-openjdk-amd64/jre/ /usr/local/bin/matlab8 $1 $2 On

Re: [Matlab-emacs-discuss] matlab-shell segfaults with matlab R2016b on Mac OS 10.11.6 Emacs 25.1

2016-11-01 Thread Fritz
in the past i had some issues with the matlab bundled java version under debian wheezy, which i solved by using the native java version of my system. the bash script to start matlab was: #!/bin/bash export MATLAB_JAVA=/usr/lib/jvm/java-7-openjdk-amd64/jre/ /usr/local/bin/matlab8 $1 $2 On