yccheok / jstock

JStock is a free stock market software for 28 countries.
https://jstock.org
657 stars 345 forks source link

Open from cloud/saving to cloud does not work #145

Open br2soft opened 4 years ago

br2soft commented 4 years ago

After update to the new google drive api opening from cloud and saving to cloud does not work.

The login window forwards only to input the email adress/phone number. Pressing enter or clicking on the button to continue only shows the empty form for the input of the email adress/phone number again but not the next page to enter the credentials.

This applies to jstock 1.0.7.43.

yccheok commented 4 years ago

Try to download Java SDK from Oracle to see whether it works?

Shaka-60hp commented 4 years ago

Same problem, on JSTOCK 1.0.7.44 for linux, any way to make cloud work?

yccheok commented 4 years ago

Try to uninstall Java runtime from your machine, but only install JDK 8 from Oracle.

https://www.oracle.com/java/technologies/javase-jdk8-downloads.html

Then, verify the installation using java -version and javac -version command.

unnamed

nicola-pesavento commented 4 years ago

Same problem, Windows 10, I have tried to download Java JDK from Oracle but the issue is still here..

nicola-pesavento commented 4 years ago

I have solved by downloading JDK from the release page of Jstock repo: jdk-8u251-windows

elizabethexpialadocious commented 4 years ago

on linux, oracle jvm 1.8.0_251, selecting the cloud function "save to cloud" results in the File menu being greyed-out and dysfunctional

marracuene commented 3 years ago

on linux, oracle jvm 1.8.0_251, selecting the cloud function "save to cloud" results in the File menu being greyed-out and dysfunctional

@elizabethexpialadocious , I had the same problem. I solved it by downloading and extracting the latest stable 'FX' JDK from Azul/Zulu - see https://www.azul.com/downloads/zulu-community/?version=java-8-lts&os=ubuntu&architecture=x86-64-bit&package=jdk-fx which leads you to https://cdn.azul.com/zulu/bin/zulu8.50.0.53-ca-fx-jdk8.0.275-linux_x64.tar.gz . I pointed my JAVA_HOME to the extract dir, ran jstock and the cloud popup screens started working again.

Note: my jstock version is: 1.0.7.45

3ruce commented 1 year ago

@marracuene Thank you - this worked for me...