IP address is not fetching using Java bean in forms after JWS migration (Version R12.2.6)
Hi,
We use to fetch Client IP address through a 'Java bean' in form using below methods,
Implementation Class -> oracle.forms.demos.GetClientInfo
Method -> public class GetClientIP extends java.applet.Applet
public void GetClientIP() {}
This functionality is only working when we have JRE 1.8.0_211 32-bit only.
Recently JWS is implemented, from after that IP address fetching is not working.
Please let me know if we need to replace calling methods after JWS migration like webutil.clientinfo
Thanks,
Nagendar