Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    this is not possible, you have to recompile it on linux

  3. #3
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...