jlink

Mathematica & J/Link: Memory Constraints?

I am doing a computing-intensive benchmark using Mathematica and its J/Link Java interface. The benchmark grinds to a halt if a memory footprint of about 320 MB is reached, since this seems to be the limit and the garbage collector needs more and more time and will eventually fail. The Mathematica function ReinstallJava takes the argum...

Debugging a JLink application in Pro-Engineer

I'm trying to use J-Link, the Java language toolkit for Pro-Engineer. I haven't yet found a way to debug or trace through J-Link applications, something that I need to do to understand the sample applications. The manual recommends attaching a debugger to the the process that was started by Pro-Engineer, which doesn't seem to be workin...

Calling java project from Mathematica

Hi, Could you please give me a hint how can I invoke a java project (written in eclipse) from Mathematica? I want to give values generated by my Mathematica program as input to a java project, and use the (outputs) results obtained from solving the problem by java, as input to my Mathematica code. I know there is a J/Link package for cal...