Unresolved compilation problems -- can't use .jar files that I have created
- by Mike
I created a few .jar files and am trying to access them in another application - I have tried to use both Eclipse and IntelliJ and experience the same issue:
java.lang.Error: Unresolved compilation problems:
The import com.XXXX.XXXXXXXXX.project2 cannot be resolved
The import com.XXXX.XXXXXXXXX.project2 cannot be resolved
BeanFactory…