Create a class named Welcome inside the project
Dear sir, I am using eclipse latest version on windows 10. While writing the project name i got error asking for lowercase letter. module name something it said.On running the program I got the following error.Error occurred during initialization of boot layerjava.lang.module.FindException: Error reading module: C:\Users\sw\eclipse-workspace\EclipseDemo\binCaused by: java.lang.module.InvalidModuleDescriptorException: DemoClass.class found in top-level directory (unnamed package not allowed in module)How to resolve?
3649 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 स्टेटमेंट जोड़ें।
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 स्टेटमेंट जोड़ें।
Show video info
Pre-requisite