Trying to do a simple read and print exercise with ZFILEFACTORY with no success. It worked fine on the pc but fails on the host.
code snippet:
String filename = "//YYY.INPUTCRD";
BufferedReader rdr = null;
rdr = FileFactory.newBufferedReader(filename);
String line;
while ((line = rdr.readLine()) != null) {
System.out.println(line);
}
Error messages :
JVMJZBL1001N JZOS batch Launcher Version: 2.2.1 2008-03-19
JVMJZBL1002N Copyright (C) IBM Corp. 2005. All rights reserved.
CEE3501S The module libjvm.so was not found.
From entry point JzosVM::initializeVMArgs() at compile unit offset +0000008E at entry offset +0000008E at
address 3AA03A76.
Any insight is appreciated.
Problem with ZFILE
Problem with ZFILE
Thank you. There was a problem with my STDENV cards. Which definitely impacted the LIBPATH. Thanks again. It is working.
Re: Problem with ZFILE
I am getting BufferedReader cannot be resolved to a type. Anyone..any help??