Vega icon indicating copy to clipboard operation
Vega copied to clipboard

On Windows10, vega fails to start

Open carodrigues opened this issue 6 years ago • 6 comments

Hi,

Vega fails to start due java. please check image.

vega_error

I Installed Vega over Windows 10 Enterprise version.

For install, i used "VegaSetup64.exe".

The installed java version is: java -version java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) Client VM (build 25.191-b12, mixed mode, sharing)

Regards, Carlos

carodrigues avatar Dec 31 '18 12:12 carodrigues

Same issue. Thanks

jackttcoms avatar Jan 03 '19 17:01 jackttcoms

It's buggy. Tried all combinations but no success. JVM not found error, while java is installed.

jubilantfoodworks avatar Mar 05 '19 17:03 jubilantfoodworks

Here as well. Frustrating this issue hasn't been addressed. By the looks of things this bug has existed for over a year?? Very disappointed. This is with JDK 13. (SE)

daleATuidtech avatar Dec 14 '19 21:12 daleATuidtech

@carodrigues Maybe it is because you are trying to run the 64-bits version of Vega with a 32-bits JVM. JVM architecture and Vega architecture must match. I used Vega on a 64 bits JVM in Windows and Ubuntu and it works. In addition, I don't recommend use a JVM upper than 8 like @daleATuidtech because Vega only supports JAVA 8 or lower. Vega is based on some eclipse libraries, so according to the java return code error you are problem with the architecture https://stackoverflow.com/questions/21345903/java-was-started-but-returned-exit-code-13

Kino1994 avatar Feb 08 '20 21:02 Kino1994

do you have jre installed or jdk @jubilantfoodworks ?

Kino1994 avatar Feb 08 '20 21:02 Kino1994

do you have jre installed or jdk @jubilantfoodworks ?

Hey i have same error i have installed JDK its ,java -version java version "18.0.2.1" 2022-08-18 Java(TM) SE Runtime Environment (build 18.0.2.1+1-1) Java HotSpot(TM) 64-Bit Server VM (build 18.0.2.1+1-1, mixed mode, sharing)

IAMBANN avatar Mar 09 '23 16:03 IAMBANN