scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
Eclipse Public License 2.0
46 stars 2 forks source link

Make sure that default jlink & kernel initialization work for non-Mathematica Wolfram Language installs #3

Closed metasoarous closed 7 months ago

metasoarous commented 2 years ago

We've created src/clojuratica/jlink.clj and src/clojuratica/init.clj to automate some of the process of connecting to the JLink code and Kernel initialization processes respectively. However, the paths (mostly in the jlink.clj file) were based on a Mathematica installation. It's unclear whether these relative paths will be the same for a non-Mathematica Wolfram Language installation. We should verify this if possible, and make any necessary adjustments.

holyjak commented 7 months ago

Addressed by #14 Works fine for Wolfram Engine installation.