I am migrating an EAR application from jdk1.7.0_67
to jdk1.8.0_51
. Presentation tier is Java swing and business tier is stateless EJB exposed as web service and communication between presentation and business tiers is connected by hessian protocol and back end tier is sybase. Application server employed is Wildfly 8.2.0
and am testing the application on Windows 7
OS.
After I launch the swing application by java webstart by giving the JNLP URL in the browser, application gets launched and once I click any UI element in the application, application gets hanged and the related java console gets black completely. I could not find any logs in any layer and I am getting full response from the back end.
Are there any upgrade actions required for swing applications to work with jdk1.8.0_51.? JFYI that the application works perfectly fine with jdk1.7.0_67.
Can anybody please help me in resolving this issue and also let me know about the changes done in java swing in jdk_1.8.0_51
.