Tagged Questions
The jlink tag has no wiki summary.
50
votes
3answers
1k views
Upload images to Imgur from Mathematica
Here's a challenge to all mathematica tag followers. Let's make it a lot more convenient to insert images into SO post from Mathematica by creating an imgur uploader.
How can we create a function ...
5
votes
2answers
182 views
Getting a Mathematica image in Java
I am attempting to use J/Link to get an image from Mathematica to Java. I am able to print the image in Mathematica like this:
Print[ Graphics[Raster[ img[[1]] ], AspectRatio->Automatic, ...
3
votes
3answers
195 views
How to create a Mathematica Notebook in Java?
I am looking for the prototypical 'Hello World' program that creates a Mathematica Notebook file.
I have this working program.
package graphica;
import com.wolfram.jlink.*;
/**
*
* @author ...
3
votes
1answer
559 views
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 ...
2
votes
1answer
144 views
Why doesn't the array() method of MappedByteBuffer work?
I am very new to Java, and trying to use Mathematica's Java interface to access a file using memory mapping (in hope of a performance improvement).
The Mathematica code I have is (I believe) ...
2
votes
2answers
213 views
Mathematica, J/LINK, JNI, .dll
I am trying to get a Java method to work via J/Link from Mathematica. The problem is that the method calls a JNI (.dll file). Outside of Mathematica from the command line, all works great. But calling ...
2
votes
1answer
416 views
Calling java project from Mathematica
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 ...
1
vote
4answers
201 views
Image from Mathematica to Java
i try to get an Image out of Mathematica.
I try to evaluate some Mathematica Code that uses Methods in Packages to generate Graphics.
If i paste the Code to a Mathematica Notebook the Graphic is ...
0
votes
1answer
483 views
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 ...