I am wondering if nconvert can be used with Java Native Interface(JNI).
Is there any documentation or examples available for this.
thanks for your help in advance.
Java Native Interface (JNI) api for nconvert.
Moderator: xnview
-
rtalakola
- Posts: 2
- Joined: Tue Sep 25, 2007 7:14 pm
-
xnview
- Author of XnView
- Posts: 47334
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Java Native Interface (JNI) api for nconvert.
I don't know JNI, so i can't help you!rtalakola wrote:I am wondering if nconvert can be used with Java Native Interface(JNI).
Is there any documentation or examples available for this.
thanks for your help in advance.
Pierre.
-
rtalakola
- Posts: 2
- Joined: Tue Sep 25, 2007 7:14 pm
Pierre,
Thanks for the quick response.
JNI allows a java program to use the programs written in different languages.
c or c++. Could you please tell me if nconvert uses c or c++.
I would like to call the methods on the dll directly from my java program.
Please let me know if you need more information.
thanks.
Thanks for the quick response.
JNI allows a java program to use the programs written in different languages.
c or c++. Could you please tell me if nconvert uses c or c++.
I would like to call the methods on the dll directly from my java program.
Please let me know if you need more information.
thanks.
-
xnview
- Author of XnView
- Posts: 47334
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
GFL SDK is C dllrtalakola wrote:Pierre,
Thanks for the quick response.
JNI allows a java program to use the programs written in different languages.
c or c++. Could you please tell me if nconvert uses c or c++.
I would like to call the methods on the dll directly from my java program.
Please let me know if you need more information.
thanks.
Pierre.