Any possible way to solve Error finding/loading class
I hope that this is just a simple issue that I have messed up on, I have been getting this Error in Intellij for the past 2 hours:
Error: Could not find or load main class algs13.MyLinked2
Caused by: java.lang.ClassNotFoundException: algs13.MyLinked2
I have tried making copies, making new run configurations, some other stuff I don't recall and even downloading eclipse which is the IDE my professor uses but there I instead get the error:
Editor does not contain main
This is probably a useless...