Archive for the 'Programming' Category

Eclipse Freeze / Crash with Python

December 31 1969   William   writes:

I use Eclipse on Ubuntu as my IDE for programming simple python programs but it was consistently crashing. Using the fix described here has prevented any further crashes.

COPIED FROM LINK ABOVE

  1. Open the terminal and type this:

    # sudo gedit /etc/eclipse/java_home

  2. Add the line “/usr/lib/jvm/java-6-sun” on top of the list
  3. Save and Exit
  4. Restart Eclipse

Categories: Programming | No Comments »