Skip to content

Commit

Permalink
fc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed May 7, 2024
1 parent 2059782 commit 9906480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@

# e.g. jdk_home_dir = '/home/marta/jdk1.7.0_15'
jdk_home_dir = jpyutil.find_jdk_home_dir()
print("jdk_home_dir", jdk_home_dir)
if jdk_home_dir is None:
log.error('Error: environment variable "JAVA_HOME" must be set to a JDK (>= v1.7) installation directory')
exit(1)
Expand Down

0 comments on commit 9906480

Please sign in to comment.