View | Details | Raw Unified | Return to bug 57025
Collapse All | Expand All

(-)en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml (-5 / +18 lines)
Lines 694-699 Link Here
694
      url="http://www.mathworks.com"></ulink>.  Make sure you also get
694
      url="http://www.mathworks.com"></ulink>.  Make sure you also get
695
      the license file or instructions how to create it.</para>
695
      the license file or instructions how to create it.</para>
696
696
697
    <para>The Mathworks claim that they "will decide if &os distributions
698
      will be supported in future versions of
699
      <application>MATLAB</application>". Help them decide by requesting a
700
      native &os version at <ulink
701
        url="http://www.mathworks.com/support/contactus.shtml"></ulink>.
702
697
    <sect2>
703
    <sect2>
698
      <title>Installing &matlab;</title>
704
      <title>Installing &matlab;</title>
699
705
Lines 808-813 Link Here
808
814
809
	  <screen>&prompt.root; <userinput>/usr/local/etc/rc.d/flexlm.sh start</userinput></screen>
815
	  <screen>&prompt.root; <userinput>/usr/local/etc/rc.d/flexlm.sh start</userinput></screen>
810
	</step>
816
	</step>
817
    <step>
818
      <para>Fix the <application>&java;</application> run-time link to be one
819
        that works under &os:
820
	  <screen>&prompt.root; <userinput>cd $MATLAB/sys/java/jre/glnx86/</userinput>
821
&prompt.root; <userinput>unlink jre;  ln -s ./jre1.1.8 ./jre</userinput></screen>
822
	</step>
811
      </procedure>
823
      </procedure>
812
    </sect2>
824
    </sect2>
813
825
Lines 837-847 Link Here
837
      <para>At this point you are ready to type
849
      <para>At this point you are ready to type
838
	<command>matlab</command> and start using it.  Note that the
850
	<command>matlab</command> and start using it.  Note that the
839
	version of <application>&java;</application> shipped with
851
	version of <application>&java;</application> shipped with
840
	<application>&matlab;</application> does not work under
852
	<application>&matlab;</application> does not work well under
841
	&os;.  Therefore you will have to start
853
	&os;.  It will make it hard to quit <application>&matlab;</application>
842
	<application>&matlab;</application> with either the
854
    and you will have to <command>kill -9</command> it. If you don't  use
843
	<option>-nojvm</option> or the <option>-nodesktop</option>
855
    <application>&java;</application> at all, you can avoid this nuisance
844
	switch.</para>
856
    by starting <application>&matlab;</application> with the
857
	<option>-nojvm</option> switch.</para>
845
    </sect2>
858
    </sect2>
846
  </sect1>
859
  </sect1>

Return to bug 57025