
If you are trying to access a class and its member variables and methods in IntelliJ IDE for an external dependency (be it Maven or Gradle) you may see a tooltip saying "Cannot find declaration to go to" if the source of the class is not available.

If you hover over your class if you see "Java file outside of source root" and when you try to run the main method you would not be able to run the application with a message "Nothing here"
Solution:Open installed Plugins (press Shift key twice) and disable Gradle and restart IntelliJ, you will be prompted to enable Gradle, once dependencies and their source are downloaded and the build is complete, this error should be fixed.
More Posts related to Java,
- Convert Java Map Collection Object to JSON String using Jackson
- Java Stream flatmap() Examples
- [Fix] Instant java.time.temporal.UnsupportedTemporalTypeException: Unsupported unit: Years
- How to run Java Unit Test cases with Apache Maven?
- How to check if Java main thread is alive
- [Fix] java: incompatible types: incompatible parameter types in lambda expression error
- Parsing CSV file using Java code example (Comma Separated File)
- Unhandled exception type InterruptedException : Java Threads
- Native getClass() method from java.lang.Object Class Explained with examples.
- Java Jackson ObjectMapper Class with Examples
- Java 8 Streams map() with examples
- Java 8 - Convert List to Map Examples
- IntelliJ: Error: Could not find or load main class, java.lang.ClassNotFoundException
- Java Stream with Multiple Filters Example
- How to Clear StringJoiner in Java 8
- Spring 5 IoC Example with application Context XML (ClassPathXmlApplicationContext) and Gradle.
- How to get end of line (EOL) or new line character \r \n in Java
- Spring Boot CRUD Examples using JDBCTemplate
- Delete a File in Java with Examples
- Implementing Insertion Sort Algorithm in Java Program
- Java JDBC Batch Update Example with PreparedStatement
- Java JDBC Select Multiple Records from table as List using PreparedStatement
- [Hibernate] The method buildSessionFactory() from the type Configuration is deprecated
- How to fix Java HTTP java.net.UnknownHostException
- Java 8 Display time in 12 hour AM PM format
More Posts:
- Android EditText Cursor Colour appears to be white - Android
- Fix: rust-analyzer failed to discover workspace [Visual Studio Code] - Rust
- How to mute all sounds in Notepad++ - NotepadPlusPlus
- How to make Text in TextView bold and italic in Android - Android
- Fixing Android unknown error 961 while downloading app - Android
- F2 Key Cell Editing Alternative for Excel for Mac - Windows
- Setting up Spring Boot 3 + Maven + MySQL + JDBC Example - Java
- NewApi error : Finds API accesses to APIs that are not supported in all targeted API versions - Android