Home > Mobile >  I am getting: "eclipse class file editor source not found mac"
I am getting: "eclipse class file editor source not found mac"

Time:09-21

When I try to look at for example at methods available for String Class I am getting this error: eclipse class file editor source not found mac. Can someone help to fix it. I am using Mac see here the error message

CodePudding user response:

Your code is building against or running using a JRE. Switch to using a JDK for both.

CodePudding user response:

You need to download the source code to be able to see the details of the classes/methods, sometimes it comes with you JDK installation, then you just need to point into your IDE, but you can also download it separately.

  • Related