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
First of all thanks for the all the work to build this wrapper. I wanted to use it in a Java project of mine but came across a problem. I added the dependeny as stated in the instructions. It was downloaded and is shown in the Maven Dependencies, however I am unable to access the IGDBWrapper class.
The error reads: IGDBWrapper cannot be resolved to a type (and the suggested actions do not include importing the package which would be expected).
Upon further investigation it appears that the reason for this is that these classes are located in the (default package) which apparantly is inaccessible from outside that package.
The text was updated successfully, but these errors were encountered:
Hi there
First of all thanks for the all the work to build this wrapper. I wanted to use it in a Java project of mine but came across a problem. I added the dependeny as stated in the instructions. It was downloaded and is shown in the Maven Dependencies, however I am unable to access the IGDBWrapper class.
The error reads: IGDBWrapper cannot be resolved to a type (and the suggested actions do not include importing the package which would be expected).
Upon further investigation it appears that the reason for this is that these classes are located in the (default package) which apparantly is inaccessible from outside that package.
The text was updated successfully, but these errors were encountered: