surfmuggle / Cubert

To become a jedi one must start as a novice
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Read about java path #44

Open surfmuggle opened 3 years ago

surfmuggle commented 3 years ago

A common problem that new Java developers experience is that their programs fail to run with the error message: Could not find or load main class ...

What does this mean, what causes it, and how should you fix it?

https://stackoverflow.com/questions/18093928/