Eclipse RCP- org.eclipse.ui.plugin missing -


i've written eclipse rcp application runs fine in eclipse, however, packaging standalone application has been tricky. i've worked way though few class path errors, i'm getting new one.

after running export wizard , launching application, throws classdeferror , classnotfoundexception, it's looking org.eclipse.ui.plugin.abstractuiplugin. did not find in copy of eclipse sdk, , downloaded sdk again sure, , still couldn't find it. found jar online supposedly contained fiel along other eclipse packages, however, got this:

nosuchmethoderror: org.eclipse.ui.plugin.abstractuiplugin: method ()v not found

i figure problem more did wrong rather class missing, i've gone though configurations , i'm sure required packages , dependencies included. ideas?

download , install new version of adt plugin 21.0.0.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -