https://github.com/afinlay5/repmaxcalculator
Maven repository of a refactored version of my 2015 rookie project, a fitness calculator written in JavaFX. One of my first ever JavaFX projects.
https://github.com/afinlay5/repmaxcalculator
java java8 javafx javafx-desktop-apps
Last synced: 21 days ago
JSON representation
Maven repository of a refactored version of my 2015 rookie project, a fitness calculator written in JavaFX. One of my first ever JavaFX projects.
- Host: GitHub
- URL: https://github.com/afinlay5/repmaxcalculator
- Owner: afinlay5
- License: bsd-3-clause
- Created: 2018-05-10T13:39:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T07:04:07.000Z (about 8 years ago)
- Last Synced: 2025-08-01T21:01:01.983Z (10 months ago)
- Topics: java, java8, javafx, javafx-desktop-apps
- Language: Java
- Homepage: http://www.adriandavid.me/
- Size: 249 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rep Max Calculator
Maven repository of a refactored version of my 2015 rookie project, a fitness calculator written in JavaFX. One of my first ever JavaFX projects.
Originally built on Microsoft Windows 8.1. Refactored version has only been built/tested on SUSE Linux.
# Platform
- Any supporting the Oracle JVM for Java SE 10+.
# Requirements
- Apacha Maven 3.5.2
- Java SE 10.
- javapackager requirements:
- dpkg-deb package for building debian executables.
- rpm-build package for building SUSE/RHEL executables.
- macOS
# Maven Tasks
- mvn package - Build Application
# How To Run
- Call java -cp target/RepMaxCalculator-1.0-SNAPSHOT.jar com.adriandavid.me.RMC at root.
This is presently the only solution that will copy the image resources.
- java -jar/double-click on executable-jar in dist/jar.
# Known Problems
- Standalone JAR is missing image resouces in classpath (05/11/2018).
- RPM package does not work properly (05/11/2018) on SUSE Linux.
- Several others.
# Execution Screenshot

