How to configure start panel?
Hello!I have a problem with starting "Eclipse IDE for Java EE Developers" in my KDE env at Mandriva 2008
It looks like I have to give Eclipse som extra memory while staring up.
If I start it from aconsole like:
[fredrik@localhost ~]$ cd "/home/fredrik/Applications/Eclipse/EclipseIDEforJavaEEDevelopers/eclipse"
[fredrik@localhost eclipse]$ ./eclipse -vmargs -Xmx512M -XX:MaxPermSize=512M
It works fine.
But if I add an Menu Entry in my start panel like:
command=/home/fredrik/Applications/Eclipse/EclipseIDEforJavaEEDevelopers/eclipse/eclipse -vmargs -Xmx512M -XX:MaxPermSize=512M
After a very short while Eclipse starts to run very slow. It hardly does not strat at all whitout hanging. It looks like the extra mem-args does not apply from the start panel.
If any one got any clue please let me know.
Best regards
Fredrik