The compiler show error message when using ProjectExplorer in Eclipse Kpler -


मैं केप्लर में निम्नलिखित कोड का उपयोग करता हूं:

  

कोड> प्रोजेक्ट एक्स्प्लोरर प्रोज एक्सप्लोरर = (प्रोजेक्ट एक्स्प्लोरर) प्लेटफ़ॉर्म यूआई.टवर्कवर्ब ()। GetActiveWorkbenchWindow ()। । GetActivePage () findView (IPageLayout.ID_PROJECT_EXPLORER);

और मैंने org.eclipse.ui.navigator.resources.jar को जोड़ लिया है, हालांकि, जब मैं अपनी प्रोजेक्ट को संकलित करता हूं, यह एक त्रुटि संदेश दिखाता है:

  प्रकार org.eclipse.ui.navigator.CommonNavigator हल नहीं किया जा सकता है।  सामान्यनैविगेटर  में  org.eclipse.ui.navigator  प्लगइन में है, इसलिए अपने प्लगइन की निर्भरताओं को जोड़ें। 


Comments

Popular posts from this blog

Python Equivalent for matlab cart2pol and pol2cart -

sip - Call SipJs to Asterisk 12 -

java - Joda Time Interval Not returning what I expect -