ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
139 stars 80 forks source link

Version 3.5.0 won't start on Windows #93

Closed lukebakken closed 4 years ago

lukebakken commented 4 years ago

Expected Behavior

jGnash starts when double-clicking jGnash.exe on Windows 10.

Previous version works correctly.

Actual Behavior

Nothing happens.

Steps to Reproduce the Problem

  1. Download and extract jGnash 3.5.0
  2. Double-click jGnash.exe

Specifications

C:\Users\lbakken> java -version
openjdk version "13.0.2" 2020-01-14
OpenJDK Runtime Environment AdoptOpenJDK (build 13.0.2+8)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 13.0.2+8, mixed mode, sharing)
C:\Users\lbakken> dir Env:\JAVA_HOME

Name                           Value
----                           -----
JAVA_HOME                      C:\Program Files\AdoptOpenJDK\jdk-13.0.2.8-hotspot\
lukebakken commented 4 years ago

FWIW, trying to start from the command-line doesn't do anything either.

lukebakken commented 4 years ago

This is the archive I downloaded:

https://github.com/ccavanaugh/jgnash/releases/download/3.5.0/jgnash-3.5.0-bin.zip

lukebakken commented 4 years ago

I deleted 3.4.0 entirely, but now it can't download JFX libs due to using http. So, anything I can do to help fix 3.5.0 let me know!

lukebakken commented 4 years ago

I will try version 3.5.1 today, thanks for the quick fix.

lukebakken commented 4 years ago

I have confirmed that 3.5.1 fixes this issue. Thanks again!