Whose could be considered the best portrayal of Hercule Poirot in the media?
David Suchet is very impressive in the BBC television series but Albert Finney in Murder on the Orient Express is superior by far and was, to me, the epitome of Poirot-ness – until I chanced upon to a collection of BBC radio dramas [...]
Archive for February, 2009
The Greatest Poirot Ever!
Posted in Devil's Workshop, Misc on February 10, 2009 | Leave a Comment »
To have Eclipse use a particular Java VM
Posted in Java, Linux on February 10, 2009 | Leave a Comment »
To have Eclipse use a particular Java VM :
Edit the eclipse.ini file and add the vm argument below the line org.eclipse.platform
-vm /absolute/path/to/your/java/executable
I’ve found this particularly useful on Windows when I’ve installed and removed various versions of JDK and eclipse appears completely lost and confused.