StartScilab

laurent berger laurent.berger at univ-lemans.fr
Mon Jun 11 10:30:46 CEST 2012


I have found an answer to my question 
First in  file .basrc I have add :
export
$LD_LIBRARY_PATH="..........:/usr/lib/scilab:/usr/lib/jvm/java-1.6.0-open-jdk/jre/lib/i386/client:$LD_LIBRARY_PATH"

In source file
char *sciPath="/usr/share/scilab";

if ( StartScilab(sciPath,NULL,NULL) == FALSE )
  {
   fprintf(stderr,"Error while calling StartScilab\n");
   return -1;
  }..........


UBUNTU 10.10 scilab 5.2.2

--
View this message in context: http://mailinglists.scilab.org/StartScilab-tp4024266p4024336.html
Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the dev mailing list