To build distribution files, run "ant" (or "ant build-dist" ) in the project main directory (where the build.xml file is located). Output files are placed on "dist/" directory. To run from output directory, use runVTE scripts. To run from Eclipse: 1) Select main class 'walsaip.vte.VTE' 2) Add -Djava.library.path=/lib/OS/ARCH to VM arguments, where OS=(win32|linux|macosx) and ARCH =(x86|x86_64|ppc) 3) If required, include VM arguments -Xms1500m -Xmx1500m to adjust heap size. KNOWN ISSUES: 1) Running VTE in Windows may file if the path to the project directory contains spaces. 2) Running VTE in Linux with Compiz/GLX/AIGLX desktop effects enabled may results in display errors such as blank file dialog windows.