"javap" use throws error in containers #3982
Labels
bug
Verified defect in functionality
extender
this issue has been raised by an extender
Priority: Medium
Each server startup uses this code to detect if they should do things unique to java 8 vs java 11+ on z/OS:
This doesn't work for containers.
Containers print
javap not found
or similar.It seems harmless now but to avoid it becoming an issue later I would recommend changing the code slightly:
That is, ZWE_RUN_ON_ZOS is a variable that can be used to detect whether to do a z/OS-specific action.
The text was updated successfully, but these errors were encountered: