|
|
|
|
|
jni
|
|
|
具体怎么用jni呀,能举个例子吗,能通过,马上散分
|
|
|
class HelloWorld
{ public native void displayHelloWorld(); static { System.loadLibrary("HelloWorldImpl"); } } |
|
|
下载Java Native Interface with Delphi.
我这里有 |
|
|
好象是http://www.pacifier.com/~mmead/jni/delphi/index.html下载
|
|
|
学习中!!
|
|
|
请问renzy205(ren) ,这个Library应该放在哪里?
|
|
|
在DOS提示符下可以运行了,但怎样在JSP里调用呢?请大侠指教。
|
|
|
放到%path%指定的环境变量里,比如system32
jsp里调用还是一样。看你要实现什么功能了。 <% System.loadLibrary("HelloWorldImpl"); %> |
|
|
up
|
|