public class Install
extends java.lang.Object
| Constructor and Description |
|---|
Install() |
| Modifier and Type | Method and Description |
|---|---|
static KernelLink |
getStdLink()
Deprecated.
As of J/Link 1.1, use
StdLink.getLink() instead. |
static boolean |
install(MathLink ml) |
static boolean |
install(MathLink ml,
int timeout) |
static void |
main(java.lang.String[] args)
This is the entry point called by the Mathematica function InstallJava.
|
public static void main(java.lang.String[] args)
On the command line, or in your Java development environment:
java com.wolfram.jlink.Install -linkname 1234 -linkmode listen
Then in Mathematica:
InstallJava[LinkConnect["1234"]]args - public static KernelLink getStdLink()
StdLink.getLink() instead.public static boolean install(MathLink ml)
public static boolean install(MathLink ml, int timeout)
J/Link is Copyright (c) 1999-2012, Wolfram Research, Inc. All rights reserved.