Failing to install cuba studio version 6.10 both stand alone and browser edition in windows 10

I am trying to install cuba studio but each time i get this error
picture below

cuba%20install

Any help to solve this

Hi,

please check that you are using Java 8.

I downloaded java 8 and installed it but still get the same message, studio was able to install but when i try to run i get that “Java Exception has occurred error”

Please uninstall both the new version of java and the old version and reinstall the new version.

Hi, i have successfully installed studio 6.10 browser edition and when i assemble a new project i keep getting this:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app-core'.
> Could not download groovy-all.jar (org.codehaus.groovy:groovy-all:2.4.15)
> Could not get resource 'https://repo.cuba-platform.com/content/groups/work/org/codehaus/groovy/groovy-all/2.4.15/groovy-all-2.4.15.jar'.
> SSL peer shut down incorrectly

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 54s
[11:45:15.356] Exception has been thrown by com.haulmont.studio.backend.y@1710920:
[11:45:15.356] SSL peer shut down incorrectly See studio.log file for more details
[11:45:17.314] Exception has been thrown by com.haulmont.studio.backend.b@193254c:
[11:45:17.314] Artifact com.haulmont.cuba:cuba-desktop:6.10.0 not found in the repositories:[https://repo.cuba-platform.com/content/groups/work, https://repo.cuba-platform.com/content/groups/premium] See studio.log file for more details

How do i fix this so my project can assemble and start correctly.

Thank you

Could you please clarify, maybe you use a proxy server to connect to the internet?
If so, some Java system properties must be passed to the JVM running Studio and Gradle. These properties are explained here: Java Networking and Proxies (see properties for HTTP and HTTPS protocols).

It is recommended to set these properties system-wide in the JAVA_OPTS environment variable. The Studio launch script passes JAVA_OPTS to the Java executable.