How can I completely delete a Java project in IntelliJ?
Hi, I created a Java project and now I want to delete it. So I went into Explorer and deleted the folder under IdeaProject. But when I then start IntelliJ, it's still listed under Recent Project, so I removed it from there, too. But now whenever I create a new project, the same code always appears, and I'm starting to get really angry. I'd appreciate it if someone could help me, as I'm also new to this. Thanks in advance!
IntelliJ will create a simple code framework for new projects (if you use the corresponding box) – in the simplest case a simple class with main method. Maybe you mean that, and now you think your old code would come back.
My Hello World Program
Hello, World! Program is the standard framework
No problem… I started small too… Respect for learning Java
Oh, thank you, was my own stupidity, sry