sudo apt-get install openjdk-7-source
The src.zip that is going to be installed by this command can be found:
/usr/lib/jvm/java-7-openjdk-i386 or
/usr/lib/jvm/java-7-openjdk-common
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
sudo apt-get install openjdk-7-source
/usr/lib/jvm/java-7-openjdk-i386 or
/usr/lib/jvm/java-7-openjdk-common
ImageJ is a public domain Java image processing program inspired by NIH Image for the Macintosh. It runs, either as an online applet or as a downloadable application, on any computer with a Java 1.4 or later virtual machine. Downloadable distributions are available for Windows, Mac OS, Mac OS X and Linux.Since it is open sourced it can be modified and extended. It normally comes with ant build.xml but I usually work with Eclipse and Git, thus I wanted to work with the source files in this environment.
cd ~/Downloads/
unzip ij147v-src.zip
This will create a folder named source in ~/Downloads.