PyCharm doesn't pick up the system's default JDK?
Hi,
I'm running OS X 10.8.2. I have the following JDKs listed in Utilities/Java Preferences.app in this order:
java -version in terminal yields "1.7.0_07". Applets on webpages run in "1.7.0_07" as well. PyCharm's about window shows it's running on "1.6.0.35".
Why isn't it running on system's default JDK and how do I change it to do that? Thanks.
I'm running OS X 10.8.2. I have the following JDKs listed in Utilities/Java Preferences.app in this order:
- Oracle 1.7.0_07 (64 bit)
- Apple 1.6.0.35 (64 bit)
- Apple 1.6.0.35 (32 bit)
java -version in terminal yields "1.7.0_07". Applets on webpages run in "1.7.0_07" as well. PyCharm's about window shows it's running on "1.6.0.35".
Why isn't it running on system's default JDK and how do I change it to do that? Thanks.
2 comments
Sort by
Date
Votes
The Oracle JDK 7 requires a completely different application packaging and launcher compared to Apple JDK 6. The current version of PyCharm is only compatible with JDK 6, and we are not aware of any advantages that would be gained from running it on the currently available versions of JDK 7 for Mac. We plan to move to JDK 7 in a future version of PyCharm.
Got it, thanks
Please sign in to leave a comment.