jstock
jstock copied to clipboard
Open from cloud/saving to cloud does not work
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.
Try to download Java SDK from Oracle to see whether it works?
Same problem, on JSTOCK 1.0.7.44 for linux, any way to make cloud work?
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.
Same problem, Windows 10, I have tried to download Java JDK from Oracle but the issue is still here..
I have solved by downloading JDK from the release page of Jstock repo: jdk-8u251-windows
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
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
@marracuene Thank you - this worked for me...