Results 1 to 3 of 3
Hi,
Can you please let us know if there is a way to access the API / App developed in C++ compatible with Mac OS X from a Java Application ...
- 10-07-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
Accessing Mac OS X DLL / APP from java program on Linux
Hi,
Can you please let us know if there is a way to access the API / App developed in C++ compatible with Mac OS X from a Java Application on Linux OS.
Any help in this regard is highly appreciated.
Thank You
- 10-07-2009 #2
this is not possible, you have to recompile it on linux
- 10-08-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
As coopstah13 said, you have to recompile everything for this to work. FYI, Apple's OSX is a BSD derivative and while code that has been compiled to ELF format might be linkable on Linux, binaries are not.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote