Applet with JavaSE 17
I studied Java 2 a long time ago and now I would like to create applets for fun. I’m working with Eclipse and I have installed avaSE17 but it seems that the updates of the last few years do not allow importing java.awt.* and java.applet.*.
Java read mainframe file lines for each record and store in list
I am trying to read a mainframe file to write to XML in java. I expect to get my output data as below XML sample. Currently, I get empty values for FUND, FUNDID,etc. I am trying to store the previous line value and print those in next line till new fund criteria is met. Looking to Help in something like if fund matched in new line = record started, read next lines for matching criteria and then print the list of records. then if again fund matched start new record.