java – NoClassDefFoundError but class is there
i have developed a Java project with intelliJ, now i want to run my program via the command line. So i go to the project/out/production/project folder, where my *.class files are located and try to run my file "java FileCopy [args]" (FileCopy.class is there and class inside has the same name) but i get the… Read More java – NoClassDefFoundError but class is there