Search Results

2
votes

Mathematica & J/Link: Memory Constraints?

ReinstallJava takes a JVMArguments option. You can use it to pass heap size like so: In[1]:= Needs["JLink`"] In[2]:= Options[ReinstallJava] Out[2]= {Clas …
2
votes

Is there a way to include a VM parameter inside a .jar?

You can definitely do this with JNLP, which can be configured to add a shortcut to …