Running: run-forced-pipeline.bat
Apparently I have some issue with the Nimbus look and feel so it failed for me with this error:
java -Dsun.java2d.noddraw=true -Dsun.java2d.opengl=true -Dplot.points=30 -Dswing.defaultlaf=com.sun.java
.swing.plaf.nimbus.NimbusLookAndFeel -jar demo.jar
Exception in thread "AWT-EventQueue-0" java.lang.Error: can't load com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel
at javax.swing.UIManager.initializeDefaultLAF(Unknown Source)
at javax.swing.UIManager.initialize(Unknown Source)
at javax.swing.UIManager.maybeInitialize(Unknown Source)
at javax.swing.UIManager.getUI(Unknown Source)
at javax.swing.JPanel.updateUI(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at demo.complex_demo.ComplexDemo.$$$setupUI$$$(ComplexDemo.java)
at demo.complex_demo.ComplexDemo.<init>(ComplexDemo.java:89)
at demo.complex_demo.ComplexDemo$31.run(ComplexDemo.java:685)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
So I removed the nimbus look and feel from the bat file, but I only see the following window…see attached pic.jpg
When I resize the window, it doesn’t repaint and feels like it is stuck.