Get client java version when launching ULC Rich dialog via JNLP
Hi there,
Can I get client java version when launching the RIA via JNLP file?
Because my application has trouble with java version > 161 that when I using RLookupTextField and whole application is freezing and could not close. My solution: I will display RComboBox incase end user using java > 161. but when is using System.getProperty("java.version") it always return java version of Ivy server.
Thank you for any support!!