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!

1 vote, average: 1.00 out of 1 (1 rating, 1 votes, rated)
You need to be a registered member to rate this.
Loading...
Subscribe
Notify of
5 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
jo135
1 year ago

but if I create a new project now always comes the same code

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.

osnasn
1 year ago
Reply to  Hallo5355102

Hello, World! Program is the standard framework

osnasn
1 year ago

No problem… I started small too… Respect for learning Java