Hi,
For some reason my InteliJ project does not import the engine class
I've tried solutions that were posted in the forum sections.
Could you maybe provide a helping hand?
thank you
Can't import com.codegym.engine class in InteliJ
Resolved
Comments (7)
- Popular
- New
- Old
You must be signed in to leave a comment
Razvan Serediuc
2 December 2020, 13:22
I've managed to fix this issue by following this
https://codegym.cc/help/13797
Thank you all for posting comments and trying to help me!
0
Ron R
27 November 2020, 02:14
I had a similar problem a couple days ago. I used this to help me:
https://codegym.cc/help/13797
I can confirm the suggestions works as it fixed it for me.
Regards.
+1
Razvan Serediuc
2 December 2020, 13:21
Thanks Ron.
This helped me!
Best wishes
+3
Ramen
26 November 2020, 18:45
Did you create your java file in the correct location in the class tree? It's supposed to be defined inside the minesweeper folder.
+1
Isma
26 November 2020, 16:14
Try to do it on the browser. When completed, open the project from IntelliJ. It worked for me ;)
+2
Andrei
26 November 2020, 13:51
import com.codegym.engine.cell.Game;
Maybe try like this?
+1
Razvan Serediuc
2 December 2020, 13:21
Thanks Andrei. I managed to fix this by following this quick guide
https://codegym.cc/help/13797
Best wishes
+1