I have ****ted a Mac OS 9 shared library to Mac OS X using Codewarrior 8 and
the Carbon methodology. The library uses PowerPlant to display and handle
a
dialog box that communicates with the caller application. What are the
prerequisites and steps for wrapping this library under Java Native
Interface since the caller application is
written in Java and Java itself cannot call methods directly from a native
shared library? Are there any previous attempts, expreiences? Any
obstacles?
Byron