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?
23155 visits
Outline:Getting started with Eclipse *Eclipse is an Integrated Development Environment *It is a tool on which one can write, debug and run java programs easily *Open Dash Home and type Eclipse in the search box. *We get Workspace Launcher *On clicking on Workbench we get the Eclipse IDE *Go to File->New->Project and select Java Project *Create a project named EclipseDemo and create a class inside DemoClass *Learn about Package Explorer and Editor portlet
Getting started with Eclipse *Eclipse is an Integrated Development Environment *It is a tool on which one can write, debug and run java programs easily *Open Dash Home and type Eclipse in the search box. *We get Workspace Launcher *On clicking on Workbench we get the Eclipse IDE *Go to File->New->Project and select Java Project *Create a project named EclipseDemo and create a class inside DemoClass *Learn about Package Explorer and Editor portlet
Show video info
Pre-requisite