Just a question about Native Methods

Now my question is can native methods be called from an applet?, return an image? If so will i get speed up in rendering. I am rendering a Fractal so depending on the zoom it takes a while to render, hence i am looking to speed it up.thanksNate
[279 byte] By [NathanEMoore] at [2007-9-26 8:41:41]
# 1

Hi,

the Java security manager will not allow you

to call native methods from an applet. This

would be a major security hole. You may,

however, use a servlet to call JNI functions

(with some measures taken to get that security

thing straight).

Have fun,

wiedkla

wiedkla at 2007-7-1 19:29:42 > top of Java-index,Java HotSpot Virtual Machine,Specifications...