I have p@tched flexlm.jar , but I have not any license
I only patch checkout routine,force it return true:
public synchronized boolean checkout(int i)
throws FlexlmException
{
if(queuedLicenseSource != null)
throw new FlexlmException(-519, 7023);
if(i < 1 || i > 9999)
throw new FlexlmException(-42, 7019);
if(licenseSourceList == null)
throw new FlexlmException(-517, 7011);
if(i <= count)
{
return true;
} else
{
requestedCount = i;
return reconnect(actualLicenseSource == null);
}
}
But there still have some routines doing startup license check need patch.You can uncompress flexlm.jar,and use jad to disassemble class,then patch the routine,then use java sdk complie and package.
Yes, you can download the whole suite through the erdas site, is necessary the registration.. Al links are with Secure FTP site.....
本内容试读结束,登录后可阅读更多
下载后可阅读完整内容,剩余1页未读,立即下载