> 1. In the files %SCILAB_ROOT%/modules/javasci/examples/Example.bat
> and Make.bat the reference %SCILAB_ROOT%/java/jar/modules/javasci.jar
[quoted text clipped - 9 lines]
>
> Scheiber Ernõ
On Sep 22, 3:18 pm, olivier.bas...@fpms.ac.be wrote:
> > 1. In the files %SCILAB_ROOT%/modules/javasci/examples/Example.bat
> > and Make.bat the reference %SCILAB_ROOT%/java/jar/modules/javasci.jar
[quoted text clipped - 19 lines]
>
> I thank you.
Hi,
1. I wrote the path to scilab-4.1.2\bin in the "PATH" variable
(Windows/Control Panel/System...Environment system variables);
2. The classes of the package javasci are jar-archived (jar cfv
javasci.jar javasci\*.class);
3. The file javasci.jar is declared in the classpath system variable;
4. Now you must be able to compile and run programs which uses any
javasci class.
If your Java program is jar archived then in the MANIFEST.MF file you
must declare for the attribute name "Class-path:" the path to the
javasci.jar file as its value. In this case, usually, javasci.jar is
included in the archive in a "lib" folder.
Scheiber Ernõ
olivier.basile@fpms.ac.be - 06 Oct 2008 14:03 GMT
> On Sep 22, 3:18 pm, olivier.bas...@fpms.ac.be wrote:
>
[quoted text clipped - 39 lines]
>
> - Afficher le texte des messages précédents -
Dear Sir,
Thank you for the explanations. Now, it works very well on my
computer.
But it is necessary to put scilab directory in first position in path.
Unfortunately, it doesn't work with scilab 5.0.2.