Intellij Comet Compile?

Status
Not open for further replies.

xKeqinz41

New Member
Feb 17, 2020
8
1
Im getting an Issue that something cannot resolve how do i fix this? I already know it's something with this:

You must be registered for see images attach
 

JayC

Always Learning
Aug 8, 2013
5,505
1,401
First of all you should try File | Invalidate Caches and if it doesn't help, delete IDEA system directory. Then re-import the Maven project and see if it helps. In some weird cases compiled classes may report wrong info and confuse IDEA. Verify that the classes from this jar report correct names using javap.

-Stackoverflow

1) Google your issue
2) Post on the help thread for the GitHub
 

xKeqinz41

New Member
Feb 17, 2020
8
1
First of all you should try File | Invalidate Caches and if it doesn't help, delete IDEA system directory. Then re-import the Maven project and see if it helps. In some weird cases compiled classes may report wrong info and confuse IDEA. Verify that the classes from this jar report correct names using javap.

-Stackoverflow

1) Google your issue
2) Post on the help thread for the GitHub

Worked thanks.
 
Status
Not open for further replies.

Users who are viewing this thread

Top