Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Migrate WebLogic Plugin from 2.x to 3.x

Title: Migrate WebLogic Plugin from 2.x to 3.x

Eclipse,

        I am new to the plugin scene but I have learned enough to begin on my first plugin.  I need to start by migrating an existing plugin written for 2.x to 3.x.  It references an object that was taken out of the 3.x tree.  When I run the plugin in 3.x, I get:

java.lang.NoClassDefFoundError: org/eclipse/debug/internal/ui/preferences/ComboFieldEditor

and after looking around, there is a bug that taking this object out fixed but now, I need to reference it again to get the 3.x plugin working or find another comparable object to work with.  Can someone point me in the right direction?  Thanks, Jeremy



This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system.


Back to the top