-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find Class com.udacity.Game #6
Comments
facing the same error as @acudworth3 . |
ok got it working Try re-opening the project in the directory - "Project 1 TicTacToe" ProTip-Gradle 4.4 will prompt a deprecation warning about the project name containing one of the following characters: [ , /, , :, <, >, ", ?, *, |]... scheduled to be removed in Gradle 5.0. Simply rename, remove whitespace from folder name - "Project_1_TicTacToe" |
Same as @DouggyC do, re-opening the project, can fix this issues. Or you can try the following steps to import module manually:
|
Hey, I have the same problem but all solutions (here suggested) didn't help. Maybe someone have other idea, why intellij is not finding this class (game). Appreciate any help. |
yep, didnt work |
still not working |
update Project 1 - TicTacToe\gradle\wrapper\gradle-wrapper.properties file (in ide) with |
Can you please explain more on this, it is still not working |
Hey I am following along with the udacity course and it says to set main class to com.udacity.Game. when configuring the application to run (using intellij). For some reason intellij is not finding this class even though it is in the file.
See the warning below. I can build the file with no issues, but am not able to run the application. Appreciate any help. New to intellij..
The text was updated successfully, but these errors were encountered: