[eclipse-clp-users] Compiling with Java >= 8

From: Vasily Kartashov <info_at_...430...>
Date: Fri, 4 Jun 2021 10:16:13 +1000
Hello,

I am not sure how to submit pull requests with sourceforge, so here it goes. For JDK >= 8 the “javah” has been removed in favour of "javac -h”, so the last rule in JavaInterface/Makefile.in should probably read:

com_parctechnologies_eclipse_NativeEclipse.h : ./src/com/parctechnologies/eclipse/NativeEclipse.java 
	"$(JAVA_BIN)/javac" ./src/com/parctechnologies/eclipse/NativeEclipse.java -h .

Thanks,
Vasily
Received on Fri Jun 04 2021 - 00:34:46 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 16 2024 - 09:13:20 CEST