Results 1 to 7 of 7
- 06-03-2008, 03:49 AM #1
Member
- Join Date
- Jun 2008
- Posts
- 8
- Rep Power
- 0
How to "connect" Eclipse with Scilab/MatLab
I have a problem with "connecting" my Eclipse project with Scilab/MatLab function.
How can I call Scilab/MatLab function from Eclipse project? What do I need to import? Tomcat keeps trhrowing me errors like: "no javasci in java.library.path", "unsatisfiedLinkError",...
Any idea, anyone? Does anybody knows some simle way of calling Scilab or MatLab function from Eclipse?
Please, help!!!
Thanks,
Igor S
- 06-15-2008, 12:55 AM #2
Member
- Join Date
- Jun 2008
- Posts
- 8
- Rep Power
- 0
I've solved it. Thanks, bye...
- 12-28-2008, 11:19 PM #3
Member
- Join Date
- Dec 2008
- Posts
- 2
- Rep Power
- 0
I have the same problem and no idea how to solve it. How you did it?
Marek
- 12-30-2008, 01:13 PM #4
Member
- Join Date
- Dec 2008
- Posts
- 99
- Rep Power
- 0
I might need this integration also. I dont think java or eclipse will be able to use MATLAB code.
How did you solve it ?
- 12-30-2008, 05:40 PM #5
Member
- Join Date
- Dec 2008
- Posts
- 2
- Rep Power
- 0
You can ran your Matlab code in Scilab. Usually those are (nearly) the same. I am trying to connect my Scilab 5.0.3 with Java code in Eclipse. No success so far…
Some people had similar problem
mathkb.com/Uwe/Forum.aspx/scilab/2739/Using-SciLab-Java-interface
forums.sun.com/thread.jspa?threadID=5190844&messageID=9747609#974 7609
groups.google.com/group/comp.soft-sys.math.scilab/browse_thread/thread/c93f63f1132e01c2
Try them. Maybe you will be lucky.
I was trying to solve it with those advices but the problem is that Scilab 5.x.x is little bit different then older versions and I always get the same error massage:
“The native library javasci does not exist or cannot be found. java.lang.UnsatisfiedLinkError: no javasci in java.library.path”
- 06-22-2010, 07:53 PM #6
Member
- Join Date
- Jun 2010
- Posts
- 1
- Rep Power
- 0
Hi,
Try this:
1) Bring up Eclipse and right Click on the name of the project you are working with
2) Select 'Build Path'->'Add External Archives'
3) Change Directory to where the 'javasci.jar' file
is installed on your C drive and select the jar file.
The javasci.jar file should now be added to your project and all of your scilab commands in your java source files and the 'import javasci.*' should compile
nicely.
Arthi
-
Similar Threads
-
Hwlp with "Open", "Save", "Save as..."
By trill in forum New To JavaReplies: 3Last Post: 11-02-2010, 09:26 AM -
[SOLVED] Exception in thread "main" java.util.NoSuchElementException
By thevoice in forum New To JavaReplies: 5Last Post: 05-14-2008, 01:43 PM -
"Jumble" or "Scramble" Program
By Shadow22202 in forum Java AppletsReplies: 8Last Post: 04-30-2008, 03:42 AM -
Exception in thread "main" java.net.ConnectException: Connection timed out
By osval in forum Advanced JavaReplies: 1Last Post: 07-27-2007, 10:59 PM -
Error: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
By romina in forum New To JavaReplies: 1Last Post: 07-25-2007, 10:55 PM


LinkBack URL
About LinkBacks

Bookmarks