[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

Java File I/O, JNI to RMS?

» close window

The Question is:

 
Is there a way to read a RMS file using java?
 


The Answer is :

 
  Yes, the standard Java Stream File I/O API works just fine for access
  to RMS files on OpenVMS.
 
  If you wish to access RMS-specific structures such as the FAB and RAB,
  you will want to create and call C or C++ code via the Java Native
  Interface (JNI) API.
 

answer written or last revised on ( 24-OCT-2001 )

» close window