syvaidya / openstego

OpenStego is a steganography application that provides two functionalities: a) Data Hiding: It can hide any data within an image file. b) Watermarking: Watermarking image files with an invisible signature. It can be used to detect unauthorized file copying.
https://www.openstego.com
GNU General Public License v2.0
1.13k stars 206 forks source link

ERROR: JAVA_HOME #50

Closed Plagouille closed 2 years ago

Plagouille commented 2 years ago

Hi,

I can start 0.8.0 but not following versions (0.8.2 and 0.8.3) on 1 boot W10 and no one on another boot W10.

I updated Java runtime, uninstalled, cleaned, reinstalled, but nothing. I did on 2 Windows 10 (dual boot).

cscript_2022-01-30_15-13-12 cscript_2022-01-30_15-19-40 javaw_2022-01-30_15-33-55

syvaidya commented 2 years ago

Java 1.8 is very old and out of support from Oracle for long time. OpenStego needs at least Java 11 now. Please download OpenJDK 11 (or any of the other variants like Oracle JDK, AdoptOpenJDK, etc.). Ensure that java is on PATH, or set JAVA_HOME environment variable to point to JDK location.