From: Andrey on
Hello,

I found that it's easy to run GUIKitApplication module like this:

java -cp "..." com.wolfram.guikit.app.GUIKitApplication "Wolfram/
Example/Calculator"

But, how to set the location of the Mathematica (thru the parameters)?

For example, for ordinary JLink application they are like following:

java -classpath ".;\path\to\JLink.jar" SampleProgram -linkmode launch -
linkname "c:/program files/wolfram research/mathematica/6.0/
mathkernel.exe"

I'm looking into GUIKit source codes but did not see any additional
parameters for GUIKitApplication...


Regards,

-Andrey