Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173980 - dev-util/eclipse-sdk-3.2 uses $HOME/.eclipserc but doesn't allow options to the underlying JVM
Summary: dev-util/eclipse-sdk-3.2 uses $HOME/.eclipserc but doesn't allow options to t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 04:23 UTC by jieryn
Modified: 2008-03-09 17:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
add ECLIPSE_OPTS support for $HOME/.eclipserc (eclipse-3.2-eclipserc-options.patch,507 bytes, patch)
2007-04-10 04:24 UTC, jieryn
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jieryn 2007-04-10 04:23:58 UTC
The current /usr/bin/eclipse-3.2 supports user-specific options found in  $HOME/.eclipserc however, one of the best features would be to override the 0644 /usr/lib/eclipse-3.2/eclipse.ini options for the JVM.

The patch included allows a user to override options in the eclipse.ini file without having to resort to custom execs, etc. For example, here is my $HOME/.eclipserc:

ECLIPSE_OPTS="-vmargs -Xms256M -Xmx1024M -XX:PermSize=128M -XX:MaxPermSize=256M"

Thanks!!

Reproducible: Always
Comment 1 jieryn 2007-04-10 04:24:39 UTC
Created attachment 115873 [details, diff]
add ECLIPSE_OPTS support for $HOME/.eclipserc
Comment 2 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2008-03-09 17:28:48 UTC
Support for this has been somewhat implemented in Eclipse-3.3, so closing this bug.

Now the conf file is in /etc/eclipserc.