Hello drmcpa,,
I found your problem:
Code:
++ bin/zxtool.sh -p packages/zextras.jar -a
Exception in thread "main" java.io.FileNotFoundException: /root/Downloads/zextras%20download/zextras_suite-1.10.1/packages/zextras.jar (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:220)
at java.util.zip.ZipFile.<init>(ZipFile.java:150)
at java.util.zip.ZipFile.<init>(ZipFile.java:164)
at com.zextras.ZxSuite.xmain(ZxSuite.java:173)
at com.zextras.ZxSuite.main(ZxSuite.java:22)
It seems there is a problem with your path with %20 (it should be a space char " "), I suspect this can impact on java classpath declaration.
Can you try to move your zextras installation directory on the /root folder and re-try?
D0s0n
Bookmarks