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

Hey Dave, 

went I enter…

Hey Dave, 

went I enter that into the cmd prompt I get

echo %JAVA_OPTIONS%

set JAVA_OPTIONS=

VStar.exe

is not recognized as an internal or external command,
operable program or batch file.

Affiliation
Astronomical Society of South Australia (ASSAU)
Command prompt screenshot
Hi Zakery What is the current working directory when you try to run VStar.exe?Inside the VStar installation directory? Did you just download the release zip file or use the Windows installer? Can you add a screenshot of the command prompt? David