当前位置: 技术问答>java相关
请问在jsp里能调用COM组件么?
来源: 互联网 发布时间:2015-05-10
本文导语: 如果能,是怎么作呢? | 顺便说一句,结果会令你比较失望的.学了就明白了,你还得自己写很多东西. | The Java Native Interface (JNI) is the native programming interface for Java that i...
如果能,是怎么作呢?
|
顺便说一句,结果会令你比较失望的.学了就明白了,你还得自己写很多东西.
|
The Java Native Interface (JNI) is the native programming interface for Java that is part of the JDK. By writing programs using the JNI, you ensure that your code is completely portable across all platforms.
The JNI allows Java code that runs within a Java Virtual Machine (VM) to operate with applications and libraries written in other languages, such as C, C++, and assembly. In addition, the Invocation API allows you to embed the Java Virtual Machine into your native applications.
The JNI allows Java code that runs within a Java Virtual Machine (VM) to operate with applications and libraries written in other languages, such as C, C++, and assembly. In addition, the Invocation API allows you to embed the Java Virtual Machine into your native applications.
|
可以,现在有很多方法调用Windows组件。
但是大多是Beta版本的,也就是说:出错不负责。
但是大多是Beta版本的,也就是说:出错不负责。