From 760295dc597b3a91bf011115dd7bfad9c0c37f82 Mon Sep 17 00:00:00 2001 From: Wade Walker Date: Fri, 28 Dec 2018 09:45:06 -0600 Subject: Fixed java.home directory and removed obsolete tools.jar In Java 9+, there's no longer a "jre" directory in the installation, so removed references to it. The tools.jar file also no longer exists in Java installations (it's now stored in a secret non-JAR format), so removed that as well. --- test/junit/com/jogamp/gluegen/build.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/junit/com') diff --git a/test/junit/com/jogamp/gluegen/build.xml b/test/junit/com/jogamp/gluegen/build.xml index 95617be..3555df1 100644 --- a/test/junit/com/jogamp/gluegen/build.xml +++ b/test/junit/com/jogamp/gluegen/build.xml @@ -22,7 +22,6 @@ - @@ -31,7 +30,7 @@ - + -- cgit v1.2.3