Unable to Run VStar due to Java Error

Wed, 11/11/2020 - 11:10

I recently attended the AAVSO datamining workshop to learn how to work with TESS data using Vstar. So far I have been unable to successfully run Vstar on my home PC (Windows 10) due to an issue with Java. I've had no problems using the program on my fiancé's MacOS. 

the required software includes Anaconda (python), lightkurve (each installed sucesffully) and Vstar. I get an error message stating that a "fatal error had occurred" and the "Java virtual machine cannot launch." Ive installed the current version of Java (link on the Vstar page) from oracle, and tried uninstalling and reinstalling a few times. I've also turned off my firewall while installing as I thought it may be causing the issue. It doesn't seem to be the case. I've also tried running the program as administrator and a few other options after doing a google search for the error message. Has anyone else had this issue ? 

Affiliation
Astronomical Society of South Australia (ASSAU)
Unable to Run VStar due to Java Error

Hi Zakery

Can you open a Windows command prompt and type:

  java -version

and copy/paste the text you see?

David

Affiliation
Astronomical Society of South Australia (ASSAU)
JAVA_OPTIONS

Thanks Zakery. That's weird.

Can you try this in a Windows command prompt?

echo %JAVA_OPTIONS%

set JAVA_OPTIONS=

VStar.exe

David