t a wrote:
> I used to use version 351 on another pc. Now I try to install the tar package 
> (verison 380), but unable to start the program. Command terminal below:
> 
>  mv ./xxe-perso-3_8_0/ ./xxe
> # cd ./xxe
> # cd ./bin
> # ls ./
> convertdoc*          jh.jar         schvalid*          xxe*
> convertdoc.bat*      legal/         schvalid.bat*      xxe_app.jar
> csscheck*            legal.txt      translatexxe*      xxe.bat*
> csscheck.bat*        mac/           translatexxe.bat*  xxe.exe*
> deploywebstart*      relaxng.jar    xp.jar             xxe_help.jar
> deploywebstart.bat*  resolver.jar   xsc.jar            xxe.jar
> dtdvalid*            rngvalid*      xsdvalid*          xxe.jstart
> dtdvalid.bat*        rngvalid.bat*  xsdvalid.bat*      xxe_tool.jar
> icon/                saxon.jar      xvalid.jar
> # ./xxe
> ./xxe: line 72:  8124 Segmentation fault      java $mem $opt 
> -DXXE_GUI="$XXE_GUI" -DXXE_ADDON_PATH="$XXE_ADDON_PATH" 
> -DXXE_USER_PREFERENCES="$XXE_USER_PREFERENCES" -classpath "$cp" 
> com.xmlmind.xmleditapp.start.Start "$@"

xxe is a simple shell script (/bin/sh) which runs java and it seems that 
the java executable crashes on your system.

See also http://www.xmlmind.com/xmleditor/faq.html#xxe_on_debian


> # java -jar ./xxe.jar
> Failed to load Main-Class manifest attribute from ./xxe.jar
> 

That's normal, but *normally*, though not documented,

java -jar xxe_app.jar

should work fine.




> There is a file in /bin folder:
> 
> xxe.jstart
> 
> Remove the following text:
> 
> 
> -DXXE_GUI="%XXE_GUI%"
> 
> -DXXE_ADDON_PATH="%XXE_ADDON_PATH%"
> 
> -DXXE_USER_PREFERENCES="%XXE_USER_PREFERENCES%"
> 
> Xxe starts!

The two facts are *normally* unrelated: xxe.jstart is used to 
parametrize xxe.exe, which *normally* cannot be used on platforms other 
than Windows.

All in all, the problems you report seem to be caused by your working 
environment (no offense intended).

Reply via email to