6 Dec 2005 fxn   » (Master)

Eclipse and Java 1.5 on Mac OS X

I feel Eclipse much lighter running under Java 1.5. If you have Java 1.5 in your Mac it is easy to configure Eclipse to use that virtual machine. Edit the file Eclipse.app/Contents/Info.plist and where it reads

<key>Eclipse</key>
  <array>
    <string>-startup</string><string>../../../startup.jar</string>
    ...
insert this couple of values:
<key>Eclipse</key>
  <array>
    <string>-vm</string>
    <string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Commands/java</string>
    <string>-startup</string><string>../../../startup.jar</string>
    ...

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!