NetBeans and JDK9
Brian Doherty
brian.doherty at oracle.com
Fri Oct 30 12:25:10 UTC 2015
Are you running on linux? If so, try adding this to the command line:
-Djava.security.egd=file:/dev/./urandom
This prevents the JDK from using /dev/random, which is waiting for
'environmental noise' to seen the entropy pool used to generate
secure random numbers.
Brian
On 10/30/2015 06:36 AM, Andrew Haley wrote:
> NetBeans is recently somewhat broken on JDK9; by what I don't know.
>
> At startup there is a long delay, followed by:
>
> The package containing the class javax.swing.JComponentBeanInfo was not loaded.
>
> It is possible to continue, after a long wait, and it seems to be OK.
>
> Any ideas?
>
> Thanks,
>
> Andrew.
More information about the jdk9-dev
mailing list