Mar 30, 2005 #1 ArmenD Programmer Feb 3, 2005 101 US hi, I was wondering if there are any extensive examples of JNI, basically trying to provide a java interface for fortran. examples of src code are apprecitated.
hi, I was wondering if there are any extensive examples of JNI, basically trying to provide a java interface for fortran. examples of src code are apprecitated.
Mar 30, 2005 Thread starter #2 ArmenD Programmer Feb 3, 2005 101 US The JNI is for programmers who must take advantage of platform-specific functionality outside of the Java Virtual Machine so here is my ?, if a jni java/fortran application works for my ibm pc, will it work on other ibm pc's. what about power pc's? Upvote 0 Downvote
The JNI is for programmers who must take advantage of platform-specific functionality outside of the Java Virtual Machine so here is my ?, if a jni java/fortran application works for my ibm pc, will it work on other ibm pc's. what about power pc's?
Mar 30, 2005 Thread starter #3 ArmenD Programmer Feb 3, 2005 101 US are java data type conversions to fortran done using c/c++? do i have to write a c/c++ wrapper or is it done thru some other means? Upvote 0 Downvote
are java data type conversions to fortran done using c/c++? do i have to write a c/c++ wrapper or is it done thru some other means?
Mar 31, 2005 #4 Diancecht Programmer Jan 8, 2004 4,042 ES Dumdidum http://java.sun.com/docs/books/tutorial/native1.1/TOC.html http://w3.pppl.gov/~pletzer/programs/fortran-c-c++/multiplatform/jni/hello/ Cheers, Dian Upvote 0 Downvote
Dumdidum http://java.sun.com/docs/books/tutorial/native1.1/TOC.html http://w3.pppl.gov/~pletzer/programs/fortran-c-c++/multiplatform/jni/hello/ Cheers, Dian