jstock icon indicating copy to clipboard operation
jstock copied to clipboard

Open from cloud/saving to cloud does not work

Open br2soft opened this issue 5 years ago • 8 comments

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.

br2soft avatar Jan 22 '20 19:01 br2soft

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

yccheok avatar Apr 14 '20 08:04 yccheok

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

Shaka-60hp avatar May 19 '20 09:05 Shaka-60hp

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

yccheok avatar May 19 '20 10:05 yccheok

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

nicola-pesavento avatar Aug 15 '20 09:08 nicola-pesavento

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

nicola-pesavento avatar Aug 15 '20 09:08 nicola-pesavento

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 avatar Aug 15 '20 10:08 elizabethexpialadocious

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 avatar Jan 05 '21 00:01 marracuene

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

3ruce avatar May 18 '23 09:05 3ruce