Database Reference
In-Depth Information
By the way, also make a note about where Mathematica appears to be installed.
We'll need that information in a few steps.
5.
We'll copy some iles from Clojuratica into one of these directories (In the following
command, substitute the destination with any directory from Mathematica's load
path that you selected):
$ cp src/mma/* ~/Library/Mathematica/Autoload/
6.
We need to install Mathematica's Java interface library, JLink, where Maven knows
how to ind it. To do this, we need to ind it inside the Mathematica directory. On
my machine (Mac), it's in /Applications/Mathematica.app/SystemFiles/
Links/JLink . Under Linux, take a look inside /usr/local/Wolfram/
Mathematica/9.0/SystemFiles/Links/JLink . Once you ind it, change to that
directory and use Maven to install it. I used version 9.0, since this is the version of
Mathematica that I'm using:
$ cd /Applications/Mathematica.app/SystemFiles/Links/JLink/
$ mvn install:install-file -Dfile=./JLink.jar \
-DartifactId=JLink-Dversion=9.0 -DgroupId=local.repo \
-Dpackaging=jar
...
[INFO] BUILD SUCCESS...
 
Search WWH ::




Custom Search