All Platforms kit installation procedure.
-
Create a folder called
diffFiles
on your local disk.
-
Within the
diffFiles
folder, create child folder named in accordance with the application version number.
The directory structure looks as follows:
/../diffFiles/3.0/
-
Download the All Platforms Installation package (
oxygenXMLDiff.tar.gz
) to this folder.
-
Extract the archive to the same folder.
-
Run from a command line the script
diffFiles.bat or diffDirs.bat
on Windows,
diffFilesMac.sh or diffDirsMac.sh
on Mac OS X,
diffFiles.sh or diffDirs.sh
on Unix / Linux.
Note:
To change the version of the Java virtual machine that runs the application you have
to specify the full path to the Java executable of the desired JVM version in the Java
command at the end of the script file, for example:
"C:\Program Files\Java\jre1.5.0_13\bin\java" -Xmx256m -Dsun.java2d.noddraw=true ...
on Windows,
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java "-Xdock:name=DiffFiles" ...
on Mac OS X.