Hi,
I want to perform de-duplication by using FRIL in my java code. The cdc.impl.Main seems to be starting point since it mentions that this class can be used to invoke linkage from java code. So, I am trying to invoke the Main(configFile) constructor using a configuration file but I am getting a NullPointerException at line 218 in Configuration.java (listener.systemUpdated(system);). When I traced back the error I found that the method readSpecificConfiguration((Element) child) is not called since the control does not find a Node.ELEMENT_NODE.
The test code also does not have the testDeduplication() method implemented. Other methods too in the tests are using some files from the "tests" folder which is not present in the download.
Is there is any example code of how to use FRIL inside a java code without invoking the GUI ? If no, then can you give an idea of how to do so ?
Thanks,
Himanshu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to perform de-duplication by using FRIL in my java code. The cdc.impl.Main seems to be starting point since it mentions that this class can be used to invoke linkage from java code. So, I am trying to invoke the Main(configFile) constructor using a configuration file but I am getting a NullPointerException at line 218 in Configuration.java (listener.systemUpdated(system);). When I traced back the error I found that the method readSpecificConfiguration((Element) child) is not called since the control does not find a Node.ELEMENT_NODE.
The test code also does not have the testDeduplication() method implemented. Other methods too in the tests are using some files from the "tests" folder which is not present in the download.
Is there is any example code of how to use FRIL inside a java code without invoking the GUI ? If no, then can you give an idea of how to do so ?
Thanks,
Himanshu
Hello,
Just wondering if you ever figured out a solution to this problem as I, too, am trying to work with FRIL without interacting with the GUI.
thank you