dpb <
no...@non.net> wrote in message <jt1kpq$nr4$
1...@speranza.aioe.org>...
yes i've looked at matlabrc m-file and here are some few lines arround the warning massage:
/% Do not initialize the desktop or the preferences panels for deployed
% applications, which have no desktop.
if ~isdeployed
try
% For the 'edit' command, to use an editor defined in the $EDITOR
% environment variable, the following line should be uncommented
% (UNIX only)
%system_dependent('builtinEditor','off')
if usejava('mwt')
initprefs %% init java prefs system if java is present
initdesktoputils %% init desktop setup code if java is present
end
catch
err = lasterror;
warning('MATLAB:matlabrc:InitJava', '%s\n%s\n%s\n%s\n%s', ...
'Initializing Java preferences failed in matlabrc.',...
'This indicates a potentially serious problem in your MATLAB setup,',...
'which should be resolved as soon as possible. Error detected was:',...
err.identifier,...
err.message);
lasterr();
end
end
/
maybe file mwt.jar has problem but i can't find any help about this
is there possibility java runtime enviroment caauses that problem?