Paul Mossman wrote: > Hi all, Full disclosure... I am not using EDE so take it with a grain of salt. I do use Eclipse (a lot).
[...] > - Addition of an "eclipse-ede" alias to start Eclipse using a > "workspace" in the EDE WORKING directory. For example: > alias 'eclipse-ede=eclipse -vmargs -Xmx1024M -XX:PermSize=1024M > -Dorg.eclipse.swt.internal.gtk.disablePrinting > -Djava.library.path=/usr/lib -data > /home/sipxchange/WORKING/eclipse-workspace/ &' My Eclipse alias looks like this: eclipse -data <path to workspace> > /dev/null 2>&1 & I found that messing with -Xmx is not needed in 1.6 and later. Java does a pretty good job setting this up based on your memory. But I am only compiling Java projects - maybe CDT needs this. Also since I am using git exclusively I stopped using subclipse and I do not need -Djava.library.path=/usr/lib any more. It should not be needed for anything else. [...] _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
