The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.
We have some old EGL JSF application still kicking around and I'm wondering if they will run on IBM i7.3. Also I noticed that the JDK associated with the test environment of WAS 8.5 running locally on my PC is JDK 1.6. How do I change that to JDK 1.7?
Hi,
RBD 9.5.1 supports IBM i OS 7.2 but in the IBM documentation, I could not find 7.3. I suppose there are no issues to install QEGL on IBM i 7.3, correct?
regards
Eric
What exactly is the purpose of the library QEGL? I've been testing one of my EGL applications on IBM i OS 7.3 and it seems to work fine. However I noticed we don't have the library QEGL on that system.
Library QEGL is needed if you compile EGL code to IBM i program (type *PGM). If you run EGL JSF application on WAS on IBM i, all required EGL related stuff is included in fda7.jar.
Thank you for the clarification on the usage of the QEGL library. It sounds like I will be all set.