Skip to content

Commit

Permalink
change project
Browse files Browse the repository at this point in the history
  • Loading branch information
xaverW committed Mar 21, 2018
1 parent c795525 commit 203177b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -18,5 +18,10 @@ Hier kann der Hash einer einzelnen Datei erstellt werden. Sollen zwei Dateien ve
Der Button unten *Dateien vergleichen* startet die Erstellung des Hash für beide Dateien. Der Vorgang ist identisch mit je einem Klick auf "Hash erstellen" für jede Datei einzeln.


## Systemvoraussetzungen

Unterstützt wird Windows (Vista, 7, 8, 10) und Linux. Das Programm benötigt unter Windows und Linux eine aktuelle Java-VM ab Version: 1.8 (= Java 8). Für Linux-Benutzer wird OpenJDK8 empfohlen, außerdem benötigen Linux Benutzer die aktuelle Version von JavaFX (OpenJFX).


## Links
- [www.p2tools.de/filerunner/](https://www.p2tools.de/filerunner/)
Binary file modified dist/FileRunner.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/Info/version.txt
@@ -1,3 +1,3 @@
VERSION=1
BUILD=3
DATE=18.03.18
BUILD=2
DATE=20.03.18
8 changes: 8 additions & 0 deletions src/de/p2tools/fileRunner/Main.java
Expand Up @@ -72,6 +72,14 @@ public static void main(final String args[]) {
}

private void start(String... args) {
// try {
// Date d = new Date(new File(getClass().getClassLoader().getResource(
// getClass().getCanonicalName()
// .replace('.', '/') + ".class").toURI()).lastModified());
// System.out.println(new SimpleDateFormat("dd.MM.yyyy HH.mm.ss").format(d));
// } catch (Exception ex) {
// }

if (hasJavaFx()) {

if (args != null) {
Expand Down
4 changes: 2 additions & 2 deletions src/version.properties
@@ -1,3 +1,3 @@
VERSION=1
BUILD=3
DATE=18.03.18
BUILD=2
DATE=20.03.18

0 comments on commit 203177b

Please sign in to comment.