Skip to content
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

Board class calls unreferenced libraries #2

Open
ChaiaEran opened this issue May 5, 2019 · 1 comment
Open

Board class calls unreferenced libraries #2

ChaiaEran opened this issue May 5, 2019 · 1 comment

Comments

@ChaiaEran
Copy link

ChaiaEran commented May 5, 2019

Your board class calls
import it.unimi.dsi.fastutil.ints.Int2ObjectMap; import it.unimi.dsi.fastutil.ints.Int2ObjectMaps; import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap;
But the only referenced libraries are Guava.

@EmmanuelMurage
Copy link

https://jar-download.com/artifacts/it.unimi.dsi/fastutil/7.1.0/source-code

Download the library there then add it as a dependency
For the newbies:
1.Download
2. Go to file.
3. Click Project Structure.
4. Go to Project Settings then go to the modules tab.
5. Click + button on the right to add the dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants