But when I try to run program, get start-up screen, then an error dialog box .
Error message is:
Scilab cannot open JVM library.
This drove me nuts while trying to resolve it. Finally I realized you could tune the
JVM options in scilab.
http://groups.google.com/group/comp.soft-sys.math.scilab/browse_thread/thread/3976b3e23372bf4a
It can be fixed by editing the file [install dir]/scilab-5.0.2/modules/jvm/etc/jvm_options.xml
- Replace the following lines
to a smaller heap space value such as
<option value="-Xmx1024m"/>
To
<option value="-Xmx512m"/>