Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Change the setup for your application, so you add the next parameter to the java command:
-Djava.security.egd=file:///dev/urandom
System.setProperty("java.security.egd", "file:///dev/urandom");