diff options
Diffstat (limited to 'development/openjdk/README')
-rw-r--r-- | development/openjdk/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/openjdk/README b/development/openjdk/README index 13b5c95c3f..4846ff691a 100644 --- a/development/openjdk/README +++ b/development/openjdk/README @@ -22,3 +22,11 @@ TMP=/your/temporary/dir ./openjdk.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. |