This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CLOCKTREETOOL: Will not execute, Execption when executing

Part Number: CLOCKTREETOOL

Hello,

I am trying to run the Clock Tree Tool but get an exception when trying to run.

To see why the Clock Tree tool wasn't running I tried running from a command prompt to capture the output.

C:\Utilites\TI_Clock_Tree_Tool\CTT-Sitara-v1.0.0.9>java -jar CTT-Sitara-Legacy.jar
Exception in thread "main" java.lang.IllegalAccessError: class org.ti.clockTreeTool.SiliconRevision_XMLParser.ParserSiliconRevision_XML (in unnamed module @0x617faa95) cannot access class com.sun.org.apache.xerces.internal.parsers.DOMParser (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.parsers to unnamed module @0x617faa95
at org.ti.clockTreeTool.SiliconRevision_XMLParser.ParserSiliconRevision_XML.parseXMLFile(ParserSiliconRevision_XML.java:42)
at org.ti.clockTreeTool.SiliconRevision_XMLParser.ParserSiliconRevision_XML.<init>(ParserSiliconRevision_XML.java:34)
at org.ti.clockTreeTool.infoScreen.checkDev.prepareGUI(checkDev.java:103)
at org.ti.clockTreeTool.infoScreen.checkDev.<init>(checkDev.java:46)
at org.ti.clockTreeTool.simulation.ClockTreeTool.main(ClockTreeTool.java:68)

I see the same exception when running

C:\Utilites\TI_Clock_Tree_Tool\CTT-Sitara-v1.0.0.9>java -jar CTT-AM65.jar
Exception in thread "main" java.lang.IllegalAccessError: class org.ti.clockTreeTool.SiliconRevision_XMLParser.ParserSiliconRevision_XML (in unnamed module @0x617faa95) cannot access class com.sun.org.apache.xerces.internal.parsers.DOMParser (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.parsers to unnamed module @0x617faa95
at org.ti.clockTreeTool.SiliconRevision_XMLParser.ParserSiliconRevision_XML.parseXMLFile(ParserSiliconRevision_XML.java:42)
at org.ti.clockTreeTool.SiliconRevision_XMLParser.ParserSiliconRevision_XML.<init>(ParserSiliconRevision_XML.java:34)
at org.ti.clockTreeTool.infoScreen.checkDev.prepareGUI(checkDev.java:102)
at org.ti.clockTreeTool.infoScreen.checkDev.<init>(checkDev.java:45)
at org.ti.clockTreeTool.simulation.ClockTreeTool.main(ClockTreeTool.java:68)

Any idea why I am seeing these exceptions?

The Java version info is

C:\Utilites\TI_Clock_Tree_Tool\CTT-Sitara-v1.0.0.9>java -version
java version "19.0.1" 2022-10-18
Java(TM) SE Runtime Environment (build 19.0.1+10-21)
Java HotSpot(TM) 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing)