I try to use regxmlib to dump MXF datas to xml file but i get an error while i try to submit the dictionnary folder containing all dictionnaries in .xml
my command is $ java -cp /c/qc/regxmllib-1.1.3.jar com.sandflow.smpte.tools.RegXMLDump -all -d /c/qc/dict/ -i /c/qc/as10_10s.mxf
and terminal is returning :
Exception in thread "main" java.io.FileNotFoundException: C:\qc\dict (Acces denied)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at com.sandflow.smpte.tools.RegXMLDump.main(RegXMLDump.java:179)
but it seems that my right are ok on this folder 👍
Hi,
I try to use regxmlib to dump MXF datas to xml file but i get an error while i try to submit the dictionnary folder containing all dictionnaries in .xml
my command is
$ java -cp /c/qc/regxmllib-1.1.3.jar com.sandflow.smpte.tools.RegXMLDump -all -d /c/qc/dict/ -i /c/qc/as10_10s.mxf
and terminal is returning :
but it seems that my right are ok on this folder 👍
I also did try to register Dict but my syntaxe
does not seems to be ok because dict2 folder is never fullfilled and i just get this terminal output