Add sources on IntelliJ 8M1 on Mac?
Hi,
I've attached my source.jar and docs.jar on my Mac to the JDK 1.5 on IntelliJ 8M1, but neither the Javadoc nor the sources are picked up. I see IntelliJ parse the sources, but when 'command+clicking' on the method, I only see the decompiled bytecode, and I cannot see the doc nor the source.
Anyone suggestions?
Erik
Please sign in to leave a comment.
Please make sure your SDK definition looks exactly as on attached screenshot. The most often mistake is attaching zip's root, while sources are located in some subdirectory indside (src in case shote).
Attachment(s):
sdksources.png
Cool, I think that's it. Don't know why I missed that... thanks for the quick reply!