December 2009

BashPlugin For IntelliJ fails under snow leopard

I Just recently upgraded to Snow Leopard and tried to install the Bash Script plugin for intellij.

On restart, IntelliJ just did not work, even After I removed the plugin (See this post for more plugin details)

Infact it seemed to hose my current project aswell – I had to remove intellij.app and replace it with the original download (Not forgetting of course to set the JVM version

  • Share/Bookmark

ides

Comments (0)

Permalink

Java Sources (src.jar) for JDK on OSX

I just discovered that I don’t have the src.jar for my JDK installation and took a bit of ferreting about to find out that you need to download and install the JDK documentation bundle from apple developer site, aswell as the actual jdk.

You can see the thread I found here

The downloads for both the JDK and the associated documentation live here login and go to downloads. You want “Java for Mac OS X Release X” and “Java for Mac OS X Release X Developer documentation”

It then lives in (e.g) /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home

  • Share/Bookmark

code
jdk
os x

Comments (0)

Permalink