(09 Feb 2015, 14:25)Ketschak Wrote: Hi devbyskc,
Could you please answer the following questions:
- What OS are you using?
- What is the exact output if you call java -version.
- Please try to call java -jar dashboard.jar and let us know the result.
Thanks,
Ketschak
Ketshak,
I am running Windows 8.1 x64.
here is the output you requested:
Microsoft Windows [Version 6.3.9600]
© 2013 Microsoft Corporation. All rights reserved.
C:\Users\skip>javac -version
javac 1.7.0_75
C:\Users\skip>java -jar dashboard.jar
The system cannot find the file C:\ProgramData\Oracle\Java\javapath\java.exe.
I do have version 1.7.0_75 installed, but my JAVA_HOME and JAVA_ROOT point to jdk1.8.0_31. In my C:\ProgramData\Oracle\Java\javapath folder the java file is a .symlink.
Thank you,.
Devbyskc