Skip to main content

Questions tagged [java]

Questions about interfacing Mathematica and Java, particularly using J/Link.

0 votes
0 answers
64 views

I'm using JLink and Java classes in a Mathematica session. I can load a class, create an object, and call the object's public method, but for some reason calling static methods doesn't work. Below is ...
Kirill Belov's user avatar
0 votes
0 answers
250 views

I have an Microsoft SQL Server connection using: ...
user13892's user avatar
  • 10.4k
0 votes
1 answer
95 views

I would like to get the proper driver settings in place to permit the mariaDB database to connect to Mathematica via a JDBC driver running on a Windows11 64-bit machine. I've got mariaDB version 11.2 ...
Stuart Poss's user avatar
  • 2,055
0 votes
0 answers
104 views

First of all, here is the link to download the API for Java for Windows. I initially wanted to use NETLink since I have some experience with it but they have ...
user13892's user avatar
  • 10.4k
1 vote
0 answers
128 views

Is there a way to add rainbow bracket-pair colorization to the Mathematica / Wolfram Desktop GUI? If not, how can I request one :) This is one feature that I have grown to love when writing WL or lisp ...
Alec Graves's user avatar
  • 1,078
3 votes
1 answer
395 views

I got a new Mac at work, fresh install of Mathematica v13.3 (old 2015 Mac is dying and has v11.3). Problem: In v13.3 I cannot connect to older mySQL databases, using v13's JDBC driver (...
Mark_in_DK's user avatar
0 votes
1 answer
182 views

I have a problem running my test program on linux. I want to connect to mathematica kernel using java API. On windows, I put both jlink.jar and JLinkNativeLibrary.dll next to my executable file, let's ...
Azzurro94's user avatar
  • 499
0 votes
0 answers
118 views

I have a Java program that connects to a Mathematica Kernel, installed on my computer. I am able to call the APIs and receive the expression results, like to the code below. But is there any cloud ...
Azzurro94's user avatar
  • 499
2 votes
1 answer
139 views

After much googling, browsing several answers on MathematicaSE as well as going through the J/Link docs, I haven't figured out the Gradle dependency for ...
lineage's user avatar
  • 1,306
3 votes
1 answer
704 views

I performed a fresh install of Mathematica 13.2. The first code that I tried worked just fine under 13.0. It opens an SQL server connection using single sign-on (SSO) for my credentials. However, in ...
Sjoerd C. de Vries's user avatar
9 votes
2 answers
371 views

Mathematica's CurrentScreenImage is very buggy on multiple monitor setups, so Wolfram tech support has proposed to use .NET or Java frameworks to implement my own. ...
John's user avatar
  • 2,663
1 vote
0 answers
158 views

I have been trying to execute some expression/formula which may have multiple variable, and I want to set values(like how we do on kernel command tool). We are using J/Link to connect kernel from java....
Oviyan's user avatar
  • 11
4 votes
1 answer
173 views

I try to use JLink and Java program for receiving responses from the abstract WebSocket server. WSS not supported by Wolfram Language now, but I can use this java project + JLink for the creating a ...
Kirill Belov's user avatar
0 votes
0 answers
124 views

I have the following command which when I run on the windows command line, works perfectly fine. ...
user13892's user avatar
  • 10.4k
0 votes
0 answers
123 views

I have the following code in Java, where I am trying to use the WolframAlpha command and get the result as a list of images (byte arrays) ...
user82953's user avatar

15 30 50 per page
1
2 3 4 5
11