egtc@ubuntu16:~/javaws/jre-9/bin$ ./jcontrol Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at javafx.fxml.FXMLLoader$MethodHandler.invoke(javafx.fxml@9-ea/FXMLLoader.java:1782) at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(javafx.fxml@9-ea/FXMLLoader.java:1665) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(javafx.base@9-ea/CompositeEventHandler.java:86) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(javafx.base@9-ea/EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(javafx.base@9-ea/EventHandlerManager.java:191) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(javafx.base@9-ea/CompositeEventDispatcher.java:59) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(javafx.base@9-ea/BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(javafx.base@9-ea/EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(javafx.base@9-ea/BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(javafx.base@9-ea/EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(javafx.base@9-ea/BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(javafx.base@9-ea/EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(javafx.base@9-ea/BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(javafx.base@9-ea/EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(javafx.base@9-ea/EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(javafx.base@9-ea/EventUtil.java:49) at javafx.event.Event.fireEvent(javafx.base@9-ea/Event.java:198) at javafx.scene.Node.fireEvent(javafx.graphics@9-ea/Node.java:8599) at javafx.scene.control.Button.fire(javafx.controls@9-ea/Button.java:185) at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(javafx.controls@9-ea/ButtonBehavior.java:199) at com.sun.javafx.scene.control.inputmap.InputMap.handle(javafx.controls@9-ea/InputMap.java:274) at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(javafx.base@9-ea/CompositeEventHandler.java:218) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(javafx.base@9-ea/CompositeEventHandler.java:80) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(javafx.base@9-ea/EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(javafx.base@9-ea/EventHandlerManager.java:191) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(javafx.base@9-ea/CompositeEventDispatcher.java:59) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(javafx.base@9-ea/BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(javafx.base@9-ea/EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(javafx.base@9-ea/BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(javafx.base@9-ea/EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(javafx.base@9-ea/BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(javafx.base@9-ea/EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(javafx.base@9-ea/BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(javafx.base@9-ea/EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(javafx.base@9-ea/EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(javafx.base@9-ea/EventUtil.java:54) at javafx.event.Event.fireEvent(javafx.base@9-ea/Event.java:198) at javafx.scene.Scene$MouseHandler.process(javafx.graphics@9-ea/Scene.java:3868) at javafx.scene.Scene$MouseHandler.access$1300(javafx.graphics@9-ea/Scene.java:3596) at javafx.scene.Scene.processMouseEvent(javafx.graphics@9-ea/Scene.java:1867) at javafx.scene.Scene$ScenePeerListener.mouseEvent(javafx.graphics@9-ea/Scene.java:2605) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(javafx.graphics@9-ea/GlassViewEventHandler.java:382) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(javafx.graphics@9-ea/GlassViewEventHandler.java:295) at java.security.AccessController.doPrivileged(java.base@9-ea/Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(javafx.graphics@9-ea/GlassViewEventHandler.java:418) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(javafx.graphics@9-ea/QuantumToolkit.java:389) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(javafx.graphics@9-ea/GlassViewEventHandler.java:417) at com.sun.glass.ui.View.handleMouseEvent(javafx.graphics@9-ea/View.java:555) at com.sun.glass.ui.View.notifyMouse(javafx.graphics@9-ea/View.java:937) at com.sun.glass.ui.gtk.GtkApplication._runLoop(javafx.graphics@9-ea/Native Method) at com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$8(javafx.graphics@9-ea/GtkApplication.java:195) at java.lang.Thread.run(java.base@9-ea/Thread.java:843) Caused by: java.lang.reflect.InvocationTargetException at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:72) at jdk.internal.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533) at sun.reflect.misc.MethodUtil.invoke(java.base@9-ea/MethodUtil.java:261) at javafx.fxml.FXMLLoader$MethodHandler.invoke(javafx.fxml@9-ea/FXMLLoader.java:1777) ... 51 more Caused by: java.lang.RuntimeException: javafx.fxml.LoadException: Resource "jcp.fx.delete.files.dlg.temp_files" not found. /jdk.deploy.controlpanel.fx/com/sun/deploy/jcp/fxml/DeleteFiles.fxml:31 at com.sun.deploy.jcp.selector.DialogSelector.select(jdk.deploy.controlpanel.fx@9-ea/DialogSelector.java:44) at com.sun.deploy.jcp.controller.TemporaryFiles.onDelete(jdk.deploy.controlpanel.fx@9-ea/TemporaryFiles.java:272) ... 61 more Caused by: javafx.fxml.LoadException: Resource "jcp.fx.delete.files.dlg.temp_files" not found. /jdk.deploy.controlpanel.fx/com/sun/deploy/jcp/fxml/DeleteFiles.fxml:31 at javafx.fxml.FXMLLoader.constructLoadException(javafx.fxml@9-ea/FXMLLoader.java:2599) at javafx.fxml.FXMLLoader.access$100(javafx.fxml@9-ea/FXMLLoader.java:100) at javafx.fxml.FXMLLoader$Element.resolvePrefixedValue(javafx.fxml@9-ea/FXMLLoader.java:427) at javafx.fxml.FXMLLoader$Element.processValue(javafx.fxml@9-ea/FXMLLoader.java:365) at javafx.fxml.FXMLLoader$Element.processPropertyAttribute(javafx.fxml@9-ea/FXMLLoader.java:327) at javafx.fxml.FXMLLoader$Element.processInstancePropertyAttributes(javafx.fxml@9-ea/FXMLLoader.java:237) at javafx.fxml.FXMLLoader$ValueElement.processEndElement(javafx.fxml@9-ea/FXMLLoader.java:770) at javafx.fxml.FXMLLoader.processEndElement(javafx.fxml@9-ea/FXMLLoader.java:2816) at javafx.fxml.FXMLLoader.loadImpl(javafx.fxml@9-ea/FXMLLoader.java:2534) at javafx.fxml.FXMLLoader.loadImpl(javafx.fxml@9-ea/FXMLLoader.java:2443) at javafx.fxml.FXMLLoader.load(javafx.fxml@9-ea/FXMLLoader.java:2412) at com.sun.deploy.jcp.selector.DialogSelector.select(jdk.deploy.controlpanel.fx@9-ea/DialogSelector.java:36) ... 62 more