Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Getting started Eclipse - Hindi

This is a sample video. To access the full content,
please Login

4453 visits



Outline:

Getting started with Eclipse *Eclipse एक Integrated Development Environment है। *यह एक टूल है, जिस पर आसानी से लिख सकते हैं, debug कर सकते हैं, और Java प्रोग्राम रन कर सकते हैं । *Dash Home खोलें और सर्च बार में Eclipse टाइप करें। *हमें Workspace Launcher मिलता है। *Workbench पर क्लिक करके, हमें Eclipse IDE मिलता है। *File->New->Project पर जाएँ और Java Project चुनें। *EclipseDemo नामक प्रोजेक्ट बनाएँ और DemoClass के अंदर एक क्लास बनाएँ। *Package Explorer और Editor portlet के बारे में सीखें। *println स्टेटमेंट जोड़ें।