From: Kasemir, K. <kas...@or...> - 2014-06-30 16:00:53
|
On Jun 30, 2014, at 10:57 AM, "Carcassi, Gabriele" <car...@bn...<mailto:car...@bn...>> wrote: Since Oracle/OpenJDK /6/7/8 are from the same codebase, you could try the IBM Java: http://www.ibm.com/developerworks/java/jdk/linux/download.html And see if you get any different behavior… We do have some code that uses *.sun.* classes which are in the Sun/Oracle runtimes, but may not be in others, see https://github.com/ControlSystemStudio/cs-studio/issues/576 So if you get class-not-found: *.sun.* type errors, that'd be the reason. Thanks, Kay |