# ultigpx **Repository Path**: mirrors_Knio/ultigpx ## Basic Information - **Project Name**: ultigpx - **Description**: Automatically exported from code.google.com/p/ultigpx - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README UltiGPX GPS Track Viewer Authors Tom Flanagan Stephen Brandon Nathan Jill Ainsworth Bindu Varre Joe Strathern Created for Reid Holmes and Rob Walker for CPSC 301 at the University of Calgary. To run: UltiGPX can be run from the executable UltiGPX.jar file. For this file to execute properly, you must have Java 1.6 or higher, and must have write access to the directory, as the program must extract some files to run. To execute the jar file, double click on it if your file manager supports this, or run: java -jar UltiGPX.jar To Compile (Windows): first run: moveresources.bat this extracts the dependancies that UltiGPX needs to compile then run build.bat this will compile and packake UltiGPX into a jar file. To remove all temporary files created by the build process, run clean.bat