Hi,
We have been using jide in our application that was running on JDK 1.5. Now im trying to upgrade my appliaction to JDK1.6.
When i try to compile my code it was giving an RTE
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/java/swing/SwingUtilities2
at com.jidesoft.swing.JideSwingUtilities.drawStringUnderlineCharAt(Unknown Source)
.....
looking at other posts in the forum ..tried using jide-oss.jar instead of jide-common.jar, but now it is giving a CTE
The type com.jidesoft.swing.LayoutPersistence cannot be resolved. It is indirectly referenced from required .class files
Even if i use both jide-oss.jar and jide-common.jar with oss being in front of common, it is giving an RTE
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/java/swing/SwingUtilities2
at com.jidesoft.swing.JideSwingUtilities.drawStringUnderlineCharAt(Unknown Source)
at com.jidesoft.plaf.eclipse.EclipseMenuUI.paintText(Unknown Source)
Please let me know how do i resolve this error. Our license for jide products has got expired. My team is in the process of renewing it.Meanwhile any turnaround to fix this???
Thanks in Advance