License3j icon indicating copy to clipboard operation
License3j copied to clipboard

Help needed with upgrade from v1 to v3

Open mariuszpala opened this issue 1 year ago • 0 comments

Hi,

I have the following code working fine with v1.0.7, how to convert it to v3.2? I cannot find any guide.

Thanks in advance for any help.

			lic = new License();
			lic.loadKeyRingFromResource(LICENSE_PUBLIC_KEY_RING, digest);
			try (InputStream ls = GenerisLicense.class.getClassLoader().getResourceAsStream(licenseFileName)) {
				lic.setLicenseEncoded(ls);
			}

Mariusz

mariuszpala avatar Sep 17 '24 07:09 mariuszpala