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?
890 visits
Outline:ఎక్లిప్స్ అనేది ఒక IDE. దానియందు మనం జావా ప్రోగ్రామ్స్ ను వ్రాయగలం,డీబగ్ చేయగలం, మరియు రన్ చేయగలం. డాష్ హోమ్ ను తెరచి Eclipse అని టైప్ చేయండి. మనకు వర్క్ స్పేస్ లాంచర్ వస్తుంది. వర్క్ బెంచ్ పై క్లిక్ చేయుటద్వారా మనం ఎక్లిప్స్ IDE పొందవచ్చు. File->New->Project కు వెళ్ళి Java Project ను ఎంచుకొందుము. EclipseDemo అనుపేరుతో ఒక్కప్రాజెక్టు తయారు చేయండి. అందులో DemoClass పేరు తో ఒక క్లాస్ తయారు చేయుదుము. Package Explorer గురించి,Editor portlet గురించి నేర్చుకొందుము.
ఎక్లిప్స్ అనేది ఒక IDE. దానియందు మనం జావా ప్రోగ్రామ్స్ ను వ్రాయగలం,డీబగ్ చేయగలం, మరియు రన్ చేయగలం. డాష్ హోమ్ ను తెరచి Eclipse అని టైప్ చేయండి. మనకు వర్క్ స్పేస్ లాంచర్ వస్తుంది. వర్క్ బెంచ్ పై క్లిక్ చేయుటద్వారా మనం ఎక్లిప్స్ IDE పొందవచ్చు. File->New->Project కు వెళ్ళి Java Project ను ఎంచుకొందుము. EclipseDemo అనుపేరుతో ఒక్కప్రాజెక్టు తయారు చేయండి. అందులో DemoClass పేరు తో ఒక క్లాస్ తయారు చేయుదుము. Package Explorer గురించి,Editor portlet గురించి నేర్చుకొందుము.
Show video info
Pre-requisite