https://bugzilla.novell.com/show_bug.cgi?id=211314 ------- Comment #19 from sndirsch@novell.com 2006-10-13 07:50 MST ------- I don't know how to get this program working. # matlab --------------------------------------------------------------------------- Warning: Cannot locate Java Runtime Environment (JRE) . . . 1. Either a correct JRE was not available for redistribution when this release was shipped, in which case you should refer to the Release Notes for additional information about how to get it. 2. Or you have tried to use the MATLAB_JAVA environment variable to specify an alternate JRE, but MATLAB cannot find it. Please run 'matlab -n' to determine what value you are using for MATLAB_JAVA and fix accordingly. --------------------------------------------------------------------------- matlab: No MATLAB bin directory for this machine architecture. ARCH = glnx86 # matlab -n ------------------------------------------------------------------------ -> (.matlab7rc.sh) sourced from directory (DIR = $MATLAB/bin) -> DIR = /suse/sndirsch/matlab/matlab/bin ------------------------------------------------------------------------ a = argument e = environment r = rcfile s = script ------------------------------------------------------------------------ -> r MATLAB = /suse/sndirsch/matlab/matlab -> LM_LICENSE_FILE = (variable not defined) -> MLM_LICENSE_FILE = (variable not defined) -> s AUTOMOUNT_MAP = -> e DISPLAY = :0.0 -> r ARCH = glnx86 -> s TOOLBOX = /suse/sndirsch/matlab/matlab/toolbox -> r XAPPLRESDIR = /suse/sndirsch/matlab/matlab/X11/app-defaults -> r XKEYSYMDB = /suse/sndirsch/matlab/matlab/X11/app-defaults/XKeysymDB -> e MAX_OPEN_FILES = 1024 -> s _JVM_THREADS_TYPE = -> e MATLAB_JAVA = -> s MATLAB_MEM_MGR = -> s MATLAB_DEBUG = -> s LD_LIBRARY_PATH = /suse/sndirsch/matlab/matlab/sys/os/glnx86:/suse/sndirsch/matlab/matlab/bin/glnx86:/suse/sndirsch/matlab/matlab/extern/lib/glnx86:/lib/i386/native_threads:/lib/i386 -> a arglist = -> e SHELL = /bin/bash -> e PATH = /opt/lsb-tet3-lite/bin:/suse/sndirsch/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/cross/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin:/suse/sndirsch/bin:/sbin:/usr/sb n:/usr/local/sbin:/suse/sndirsch/bin:/sbin:/usr/sbin:/usr/local/sbin --------------------------------------------------------------------------- Warning: Cannot locate Java Runtime Environment (JRE) . . . 1. Either a correct JRE was not available for redistribution when this release was shipped, in which case you should refer to the Release Notes for additional information about how to get it. 2. Or you have tried to use the MATLAB_JAVA environment variable to specify an alternate JRE, but MATLAB cannot find it. Check the value of MATLAB_JAVA above and fix accordingly. --------------------------------------------------------------------------- -> s MATLABPATH = (initial version) /suse/sndirsch/matlab /suse/sndirsch/matlab/matlab/toolbox/local -> $MATLAB/toolbox/local/pathdef.m - |----------------------------------------------------------------------- | function p = pathdef | %PATHDEF Search path defaults. | % PATHDEF returns a string that can be used as input to MATLABPATH | % in order to set the path. | | | % Copyright 1984-2002 The MathWorks, Inc. | % $Revision: 1.4.2.1 $ $Date: 2003/01/16 12:51:34 $ | | | % DO NOT MODIFY THIS FILE. IT IS AN AUTOGENERATED FILE. | % EDITING MAY CAUSE THE FILE TO BECOME UNREADABLE TO | % THE PATHTOOL AND THE INSTALLER. | | p = [... | %%% BEGIN ENTRIES %%% | matlabroot,'/toolbox/matlab/general:', ... | matlabroot,'/toolbox/matlab/ops:', ... | matlabroot,'/toolbox/matlab/lang:', ... | matlabroot,'/toolbox/matlab/elmat:', ... | matlabroot,'/toolbox/matlab/elfun:', ... | matlabroot,'/toolbox/matlab/specfun:', ... | matlabroot,'/toolbox/matlab/matfun:', ... | matlabroot,'/toolbox/matlab/datafun:', ... | matlabroot,'/toolbox/matlab/polyfun:', ... | matlabroot,'/toolbox/matlab/funfun:', ... | matlabroot,'/toolbox/matlab/sparfun:', ... | matlabroot,'/toolbox/matlab/scribe:', ... | matlabroot,'/toolbox/matlab/graph2d:', ... | matlabroot,'/toolbox/matlab/graph3d:', ... | matlabroot,'/toolbox/matlab/specgraph:', ... | matlabroot,'/toolbox/matlab/graphics:', ... | matlabroot,'/toolbox/matlab/uitools:', ... | matlabroot,'/toolbox/matlab/strfun:', ... | matlabroot,'/toolbox/matlab/imagesci:', ... | matlabroot,'/toolbox/matlab/iofun:', ... | matlabroot,'/toolbox/matlab/audiovideo:', ... | matlabroot,'/toolbox/matlab/timefun:', ... | matlabroot,'/toolbox/matlab/datatypes:', ... | matlabroot,'/toolbox/matlab/verctrl:', ... | matlabroot,'/toolbox/matlab/codetools:', ... | matlabroot,'/toolbox/matlab/helptools:', ... | matlabroot,'/toolbox/matlab/demos:', ... | matlabroot,'/toolbox/matlab/timeseries:', ... | matlabroot,'/toolbox/matlab/hds:', ... | matlabroot,'/toolbox/matlab/guide:', ... | matlabroot,'/toolbox/matlab/plottools:', ... | matlabroot,'/toolbox/local:', ... | matlabroot,'/toolbox/shared/controllib:', ... | matlabroot,'/work:', ... | %%% END ENTRIES %%% | ... | ]; | | p = [userpath,p]; |----------------------------------------------------------------------- ------------------------------------------------------------------------ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.