Project

Profile

Help

Support #5182

closed

Problem in adding license file for sexon-ee java

Added by Shivam Kumar Chaudhary over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
2021-12-01
Due date:
% Done:

0%

Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:

Description

Hello , I am trying to add license file for sexon-ee java lib by using following code

Configuration configuration = new Configuration();
        configuration.setConfigurationProperty(Feature.LICENSE_FILE_LOCATION,"C:/Users/shchaudhary/Downloads/saxon-license.lic");

Processor processor = new Processor(true);

But this is throwing following exception:

[2021-12-01T21:23:55.946Z] Caused by: java.lang.IllegalArgumentException: Unknown configuration property C:/Users/shchaudhary/Downloads/saxon-license.lic

I have also set the SAXON_HOME environment variable SAXON_HOME = "C:\Users\shchaudhary\Downloads"

Could anyone help me to identify the correct way?

Thanks

Please register to edit this issue

Also available in: Atom PDF