You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following the instructions i get this: error: file not found: Window.java
if i go to tictactoe folder i get this: Window.java:19: error: cannot find symbol
private Board board;
The text was updated successfully, but these errors were encountered:
It's difficult to determine the exact cause of the error without more information, but here are a few possible solutions:
Check if Java SDK is installed by opening a command prompt or terminal and typing java -version. If Java is not installed, you should download and install the appropriate version of the Java Development Kit (JDK) for their operating system from the Oracle website. I recommend going with the latest version available.
If the JDK is installed, configure the IDE to use it. The exact steps for doing this will depend on the IDE, but usually, you will need to specify the path to the JDK in the IDE's settings or preferences.
If you're using an IDE like Eclipse or IntelliJ, try refreshing the project or rebuilding the project to see if that resolves the issue.
Make sure you open the entire folder as a workspace instead of a single sub-folder.
following the instructions i get this: error: file not found: Window.java
if i go to tictactoe folder i get this: Window.java:19: error: cannot find symbol
private Board board;
The text was updated successfully, but these errors were encountered: