From: Kaare on
Hi all,

Does anyone know how to fix this problem. Matlab 7.0 R14 installed fine on Windows 7 64-bit, but when I start Matlab it opens, but then closes down after 1 second or so. My processor is Phenom II X6 X1055T 2.8 GHz.

Thx for Ur help if U know,

Kaare
From: Steven Lord on

"Kaare " <kaare.simonsen(a)hsbcib.com> wrote in message
news:i1hemf$e77$1(a)fred.mathworks.com...
> Hi all,
>
> Does anyone know how to fix this problem. Matlab 7.0 R14 installed fine
> on Windows 7 64-bit, but when I start Matlab it opens, but then closes
> down after 1 second or so. My processor is Phenom II X6 X1055T 2.8 GHz.

http://www.mathworks.com/support/solutions/en/data/1-RO6ME/?solution=1-RO6ME

But be warned -- Windows 7 is not listed on the system requirements page for
release R14.

http://www.mathworks.com/support/sysreq/release14/index.html

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com


From: Kaare on
"Steven Lord" <slord(a)mathworks.com> wrote in message <i1hqgb$12i$1(a)fred.mathworks.com>...
>
> "Kaare " <kaare.simonsen(a)hsbcib.com> wrote in message
> news:i1hemf$e77$1(a)fred.mathworks.com...
> > Hi all,
> >
> > Does anyone know how to fix this problem. Matlab 7.0 R14 installed fine
> > on Windows 7 64-bit, but when I start Matlab it opens, but then closes
> > down after 1 second or so. My processor is Phenom II X6 X1055T 2.8 GHz.
>
> http://www.mathworks.com/support/solutions/en/data/1-RO6ME/?solution=1-RO6ME
>
> But be warned -- Windows 7 is not listed on the system requirements page for
> release R14.
>
> http://www.mathworks.com/support/sysreq/release14/index.html
>
> --
> Steve Lord
> slord(a)mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
> To contact Technical Support use the Contact Us link on
> http://www.mathworks.com
>

Thx Steve - that worked. I didn't need to add the last two lines in the spec file. Really really great - thx.

Kaare
From: Stan Bischof on
Kaare <kaare.simonsen(a)hsbcib.com> wrote:
> Hi all,
>
> Does anyone know how to fix this problem. Matlab 7.0 R14 installed
> fine on Windows 7 64-bit, but when I start Matlab it opens, but then
> closes down after 1 second or so. My processor is Phenom II X6 X1055T
> 2.8 GHz.
>

Safe to assume that you've tried starting from a shell
and that you _don't_ see any errors?

First thing to try is to look for the most common problem: java

try these in order:

(1) start with -nosplash option
(2) set MATLAB_RESERVE_LO=0
(3) start with -nojvm option

Stan