I am running java 8.131 on OsX 10.12.5
Using the following code
task.setOnSucceeded(new EventHandler<WorkerStateEvent>() {
@Override
public void handle(final WorkerStateEvent event) {
}
});
seems to cause this error: https://pastebin.com/GbByfDeY
I have looked everywhere and can't seem to find a fix. The common answer is hardware issue and wait for java update. I am posting as a last restore. Thank you in advance.