diff options
Diffstat (limited to 'development/openjdk8/README')
-rw-r--r-- | development/openjdk8/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/openjdk8/README b/development/openjdk8/README index b6f0ba77590e1..98522b4f3da77 100644 --- a/development/openjdk8/README +++ b/development/openjdk8/README @@ -19,3 +19,11 @@ TMP=/your/temporary/dir ./openjdk8.SlackBuild The 'cacerts' binary is a keystore containing CA certificates which are used by Java applications. It is taken from the CentOS package 'ca-certificates-2015.2.4-65.0.1.el6_6.noarch.rpm'. + +If you get an error like + +Internal compiler error: java.lang.NullPointerException at +org.eclipse.jdt.internal.compiler.ReadManager.run(ReadManager.java:166) + +simply run the build again. This happens early so it shouldn't be that of a +problem. At least 1 out of 5 runs so far have always succeded. |