Ive posted in the past about this, or similar, and it seems neither here or out on that scary www is there one person who knows and is willing to help.
Could someone either explain in better detail, or point me in the direction of better assistance as to how to compile even the simple OpenMaple Java sample supplied in the Help of Maple 11.
I have tried and failed, I know java, but once I had to start changing global variables of my system I started getting nervous.
I appreciate it very much! I have a few worksheets I would love to get integrated into java applets! Just no point if i cant get it to compile.
Thanks in advance!
-Josh
Be patient
There are few people on this board (and at Maplesoft) who actually know OpenMaple for Java, and they don't always check here too regularly. Wait 4-5 days, you'll hopefully get an answer by then.
In the meantime, if you gave more details as to what exactly 'failed', that might help get you better answers.
I use a Mac and cannot get
I use a Mac and cannot get the Running aspect of the test.java to work. As far as I can tell, I have built test.java correctly but that next step of changing variables in the terminal (since im not fluent) im not able to work around issues.
Java Open Maple on OS X
The difficulty on the Mac is that Maple is not installed in the same way as it is on other platforms. It sounds like you were able to build the class file, but are having difficulties running it.
You need to set two enviroment variables, MAPLE and DYLD_LIBRARY_PATH.
MAPLE should be set to the path where the Maple binaries are installed. For example
DYLD_LIBRARY_PATH is set to the location where libjopenmaple.jnilib can be found, this should be
With those two environment variables set, you should be able to execute:
Darin
-- Kernel Developer Maplesoft
This little nugget
This little nugget definitely needs to make it into the help files.
cannot find jopenmaple.jar file
Hi,
I have a macbook pro with Leopard. I installed maple 12, to use it for a java application but I am not able to find the openmaple file on the maple version.
Even the sample files provided by maple are not working/compiling. I tried test.java provided under simple, inside maple. And it does not compile.
I appreciate any help regarding this. Thanks.
Check /Library/Frameworks /Maple.framework/Versions/12/java
On my system (64-bit Intel Mac OS X Leopard 10.5.6 Maple 12.02), the files jopenmaple.jar and externalcall.jar are both located in
/Library/Frameworks/Maple.framework/Versions/12/java
(Note that the path is from the root directory)
HTH,
-- Jean-Marc