This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GeoFroggerFX-v1/README.md

21 lines
475 B
Markdown
Raw Permalink Normal View History

2018-04-22 10:17:26 +02:00
**Project is discontinued ...**
2013-09-18 11:01:49 -07:00
GeoFroggerFX
============
GeoFroggerFX is a JavaFX desktop application to manage geocaching gpx files.
2013-09-29 12:43:56 +02:00
Webpage of the project: [http://www.geofroggerfx.de](http://www.geofroggerfx.de)
I try to provide an up-to-date version as a webstart version.
2013-09-19 06:23:24 +02:00
Requirements
------------
- JDK8
Building and run with Gradle
----------------------------
* Set your environment variable JAVA_HOME to the directory that contains the JDK1.8
* gradlew run
2013-09-19 06:23:24 +02:00