I have purchased ftpj-pro and was emailed a link to download the package and a license code.
There was instruction to use some java code, but I am not clear about when I should be using it:
com.enterprisedt.util.license.License.setLicenseDetails("NAME", "123-1234-1234-1234");
Do I write some throwaway code to invoke this once? Will it alter the content of the jarfile? Do I have to call this once during my app initialization (or in a static class init block) ?
Thanking you kindly for any clarification :-)