Alaska Software Inc. - Java API
Username: Password:
AuthorTopic: Java API
John D. SauvigneJava API
on Thu, 06 Mar 2008 11:27:37 -0500
Can anyone point me in the right direction on making API calls to a 
compiled java application?

Is it similar to using ActiveX or 3rd party dll's?

Any help would be greatly appreciated.
Pablo BotellaRe: Java API
on Sun, 09 Mar 2008 17:14:26 +0100
Hi,
The common way is using JNI the other option is create an ActiveX from Java
Regards,
Pablo Botella
John D. SauvigneRe: Java API
on Mon, 10 Mar 2008 15:36:37 -0400
Hi Pablo,

Thank you very much for your reply. I am not sure how to access the 
methods using JNI or ActiveX, but at least I have a start. Time for more 
research!

If anyone has any samples they would like to share, I would be very 
grateful.

John.

------------------


Pablo Botella wrote:
> Hi,
> The common way is using JNI the other option is create an ActiveX from Java
> Regards,
> Pablo Botella