[Scilab-users] Error to make Example1

AndyRock andyrock at outlook.com
Fri Mar 29 14:45:05 CET 2013


This is my Makefile:
I tried to follow steps in this page 
http://help.scilab.org/docs/5.4.0/en_US/compile_and_run_javasci_v2.html
<http://help.scilab.org/docs/5.4.0/en_US/compile_and_run_javasci_v2.html>  
 
************************
# A sample Makefile to build a Javasci v2-based application
# Path to Scilab data
SCI =/home/scilab-5.4.0/share/scilab
# Java API
CLASSPATH =
$(SCI)/modules/javasci/jar/org.scilab.modules.javasci.jar:$(SCI)/modules/types/jar/org.scilab.modules.types.jar
# Path to native libs
LD_LIBRARY_PATH = $(SCI)/../../lib/scilab/
# Scilab binary: /path/to/scilab/lib/scilab/
# with the source version:
$(SCI)/modules/javasci/.libs/:$(SCI)/modules/.libs/
all:
	javac -cp $(CLASSPATH) Example1.java
	java -cp $(CLASSPATH):. -DSCI=$(SCI) -Djava.library.path=$(LD_LIBRARY_PATH)
Example1

***********************
Thanks



--
View this message in context: http://mailinglists.scilab.org/Error-to-make-Example1-tp4026382p4026391.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list