e-letter wrote: > >> * "java -jar xxe.jar" works, but is not the preferred/supported by us >> way to start XXE. >> > What is the way to start xxe?
[1] See "Install on Linux" http://www.xmlmind.com/xmleditor/_distrib/doc/user/install.html#d0e121 --- $ cd $ tar zxvf xxe-perso-4_6_1.tar.gz $ ls xxe-perso-4_6_1 addon/ bin/ demo/ doc/ --- [2] See "Starting XXE" http://www.xmlmind.com/xmleditor/_distrib/doc/user/tutorial_basics.html#starting_xxe --- $ cd ~/xxe-perso-4_6_1/bin $ ./xxe & --- >> >>> I receive the command terminal error: >>> >>> permission denied >>> >>> Please advise. >>> >>> Yours, >>> >>> [email protected] >>> xxe461 >>> ibmjava160 >>> mandriva2008 >>> >> * IBM's Java is definitely not supported by us. Only Sun/Oracle's and >> Apple's are. > > I've used ibm java for years with many java programs without failure. I'm sure this is the case. However we provide no support for our product unless it is run using Sun's or Apple's Java. >> * Your problems come from your working environment: >> >> [1] If "/bin/sh" is in fact "dash". Please uninstall "dash", a source of >> countless problems, and instead use "bash". >> > Don't understand, according to the terminal output bash is used: The terminal is right. However all the shell scripts mentioned in our different emails start with: --- #!/bin/sh --- When this is the case, I cannot tell for sure that you are actually using bash to run the script. I mean, /bin/sh is not always implemented using bash, even when your login shell is bash. With Unbuntu, /bin/sh is implemented using dash and dash is a disaster. I don't know if this is the case with Mandriva. > > $ xxe > bash: /usr/local/bin/xxe: Permission denied > Then why don't you try this? --- $ chmod a+x /usr/local/bin/xxe $ /usr/local/bin/xxe & --- Note that you are the first Linux user in many years to have such problems. Therefore it's pretty hard to guess what's wrong with your system and/or with the way you unpacked/installed the distribution of XMLmind XML Editor. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

