This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

compile or not compile


Hello

i would like to know if it is possible to have a part of my java 
application compiled in byte code and an other part in native code.

(i'm sorry to question about something that has been discussed in the subject : 
"Dynamic class loading", but it doesn't answers exactly my question, i think)

The problem is that i must optimize a program i didn't make, this is 
a program that uses AWT and makes heavy sound processing (entirely written
in java).

Can i interface byte-compiled and native java code ?
How?
what are the pro and cons ?
Does your comments about JNI in the "Dynamic class loading" subject apply
to my situation (JNI overhead...) ?

-- 
Dam's Linux MP3 Page
http://www.multimania.com/damsmp3

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]