I need to access and use some image manipulation api’s other than java’s, so is it possible to access the windows .net redistributable api’s from a java applet that is signed.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short Answer: It depends.
There’s a pretty good series of articles on Java/.NET interop.
Long Answer: To access features of the .NET runtime library you’ll need to wrap them in your own code to expose them as com objects which you can then use with jni.