-
Hello Axel, according to the docs the builtin JavaFunctions (like the J/Link function in Mathematica) seem to be supported in Version 2.0.0 of Symja when using a local MMA console. I could not, however, get it to work.
Am I miss something like Best, Stefan. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed the issue in #543. The setup needs to enable filesystem. If you want to have exact Mathematica syntax
See refactored JUnit test: |
Beta Was this translation helpful? Give feedback.
Fixed the issue in #543.
The setup needs to enable filesystem. If you want to have exact Mathematica syntax
relaxedSyntax = false
should be set:See refactored JUnit test:
symja_android_library/symja_android_library/matheclipse-core/src/test/java/org/matheclipse/core/system/JavaLinkTestCase.java
Line 89 in a59841c