开发者

Java Applet consuming client-side dotnet framework redistributable

开发者 https://www.devze.com 2022-12-18 20:31 出处:网络
开发者_如何学JAVAI 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.Short

开发者_如何学JAVAI 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号