![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
| LinkBack ![]() | Thread Tools ![]() | Display Modes ![]() |
|
| |||
![]() i used the echo command to see where java was and the output was blank... here is my profile... # /etc/profile # System wide environment and startup programs, for login setup # Functions and aliases go in /etc/bashrc pathmunge () { if ! echo $PATH | /bin/egrep -q "(^| ![]() ![]() if [ "$2" = "after" ] ; then PATH=$PATH:$1 else PATH=$1:$PATH fi fi } # Path manipulation if [ `id -u` = 0 ]; then pathmunge /sbin pathmunge /usr/sbin pathmunge /usr/local/sbin fi pathmunge /usr/X11R6/bin after unset pathmunge # No core files by default ulimit -S -c 0 > /dev/null 2>&1 USER="`id -un`" LOGNAME=$USER MAIL="/var/spool/mail/$USER" HOSTNAME=`/bin/hostname` HISTSIZE=1000 if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then INPUTRC=/etc/inputrc fi export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC for i in /etc/profile.d/*.sh ; do if [ -r "$i" ]; then . $i fi done unset i i have no idea where it goes..the JAVA in the statment and the rest of the lines your suupse to add...can someone tell me what its' suppose to look like?/ thanks... |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Profile change? | GENERAL_LEE_01 | Open Discussion topics | 0 | March 23rd, 2006 04:34 PM |
How Can I get Limewire onto another 'profile' in Windows XP? | ThePointIsNotTo | General Windows Support | 1 | May 21st, 2005 09:18 AM |
Need to install LimeWire to one profile only | Mikeyharm | Windows | 0 | November 18th, 2003 03:52 PM |