Author |
Message |
Endif
Joined: 07 Sep 2016 Posts: 2
|
Posted: Wed Sep 07, 2016 11:55 am Post subject: Reading license properties from Java |
|
|
Hello,
is there a way to read property values of a license file created by ionCube encoder in Java? (Something like ioncube_license_properties function in PHP.)
Thanks! |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Wed Sep 14, 2016 2:49 am Post subject: |
|
|
Not directly, but you could shell out to PHP, serialise the result of calling ioncube_license_properties() as json, and then decode the json in Java. _________________ Community Admin |
|
Back to top |
|
 |
Endif
Joined: 07 Sep 2016 Posts: 2
|
Posted: Wed Sep 14, 2016 12:46 pm Post subject: |
|
|
liaison wrote: | Not directly, but you could shell out to PHP, serialise the result of calling ioncube_license_properties() as json, and then decode the json in Java. |
Thank you, I was also thinking of this workaround. |
|
Back to top |
|
 |
|