Posted By:
Tom_Thomas
Posted On:
Wednesday, August 1, 2001 06:49 PM
As part of the project I am doing, I am going to have to read data from a flat file and send it to EJB classes for processing. The data in the file would be in the form of C++ binary data. How can the Java classes read this data into Java data sets and then process them ?? I am thinking of using JNI here, but can someone give me sample way of how I can do it. I am totally new to JNI.
Thanks