У меня в Intellij структура проекта следующая:
I am actually working with a maven
project and all I wanna do is just run the project. Unfortunatelly I dont understand why but when I run the class called GenerateGraph
it shows me the following error:
Error: Could not find or load main class graph.GenerateGraph
Caused by: java.lang.ClassNotFoundException: graph.GenerateGraph
I dont understand why this happens- it is the first time I encounter something like that. When I go on project structure
I see the following:
Run configuration:
введите описание изображения здесь
кажется, что он даже не видит, что внутри пакета графа есть класс. Может ли кто-нибудь помочь мне понять, что произошло? Это потому, что я переименовал пакет после импорта проекта? Заранее большое спасибо