Michael Boerner wrote: > > I am trying to install the Personal version to experiment with on a > Linux box. I keep getting the same Java 1.4-1.6 not found error. I > looked but did not find any installation docs I am running 1.6.0_02 > java. >
[1] Unzip one of these two distributions anywhere you want (e.g /home/michael/): http://www.xmlmind.net/xmleditor/_download/xxe-perso-3_6_1.zip OR http://www.xmlmind.net/xmleditor/_download/xxe-perso-3_6_1.tar.gz [2] Open a terminal and type: "java -version" then press the Enter key. You should see something like this: --- ~$ java -version java version "1.6.0_02" Java(TM) SE Runtime Environment (build 1.6.0_02-b05) Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing) --- If this is not the case, please download and install Sun's (not GNU) Java runtime. Then try again executing "java -version". [3] Start XMLmind XML Editor by executing this command from a terminal (XMLmind XML Editor being installed in /home/michael/xxe-perso-3_6_1/): --- ~$ xxe-perso-3_6_1/bin/xxe & --- All this is explained here: http://www.xmlmind.com/xmleditor/_distrib/doc/user/install.html

