Where to find setup for env variable?

2010-04-14 Thread Paul Chany
Hi, I have setup somewhere the JAVA_HOME environment variable, but don't know where? $ env JAVA_HOME=/home/csanyipal/Programozas/JAVA/SunJava/jdk1.6.0_10 This was my previous setup for JAVA_HOME. I search in the following files for this setup: ~/.bash_profile ~/.bashrc ~/.gnomerc

Re: Where to find setup for env variable?

2010-04-14 Thread Liam O'Toole
On 2010-04-14, Paul Chany csanyi...@gmail.com wrote: Hi, I have setup somewhere the JAVA_HOME environment variable, but don't know where? ---SNIP--- Maybe /etc/environment? -- Liam O'Toole Birmingham, United Kingdom -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

Re: Where to find setup for env variable?

2010-04-14 Thread Paul Chany
Liam O'Toole liam.p.oto...@gmail.com writes: On 2010-04-14, Paul Chany csanyi...@gmail.com wrote: I have setup somewhere the JAVA_HOME environment variable, but don't know where? ---SNIP--- Maybe /etc/environment? Here on my GNU/Linux Lenny system this file is empty. -- Regards, Paul

Re: Where to find setup for env variable?

2010-04-14 Thread Jochen Schulz
Paul Chany: I have setup somewhere the JAVA_HOME environment variable, but don't know where? ~/.xsession? J. -- When driving at night I find the headlights of oncoming vehicles very attractive. [Agree] [Disagree] http://www.slowlydownward.com/NODATA/data_enter2.html

Re: Where to find setup for env variable?

2010-04-14 Thread Paul Chany
Jochen Schulz m...@well-adjusted.de writes: Paul Chany: I have setup somewhere the JAVA_HOME environment variable, but don't know where? ~/.xsession? No. :( Maybe must I use grep to find the file containing 'JAVA_HOME'? If yes, I dont' know the exact expression of that grep command. --

Re: Where to find setup for env variable?

2010-04-14 Thread CamaleĆ³n
On Wed, 14 Apr 2010 12:24:17 +0200, Paul Chany wrote: Jochen Schulz writes: Paul Chany: I have setup somewhere the JAVA_HOME environment variable, but don't know where? ~/.xsession? No. :( Maybe must I use grep to find the file containing 'JAVA_HOME'? If yes, I dont' know the

Re: Where to find setup for env variable?

2010-04-14 Thread Mart Frauenlob
On 14.04.2010 12:24, Paul Chany wrote: Maybe must I use grep to find the file containing 'JAVA_HOME'? If yes, I dont' know the exact expression of that grep command. grep -sIr 'JAVA_HOME' /etc/ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe.

Re: Where to find setup for env variable? [a question]

2010-04-14 Thread Paul E Condon
On 20100414_113944, Paul Chany wrote: Hi, I have setup somewhere the JAVA_HOME environment variable, but don't know where? ...snip When I am reading this thread there are already two search suggestions that are better than what I might have come up with. My post is to find out where the

Re: Where to find setup for env variable?

2010-04-14 Thread Bob McGowan
Paul Chany wrote: Liam O'Toole liam.p.oto...@gmail.com writes: On 2010-04-14, Paul Chany csanyi...@gmail.com wrote: I have setup somewhere the JAVA_HOME environment variable, but don't know where? ---SNIP--- Maybe /etc/environment? Here on my GNU/Linux Lenny

Re: Where to find setup for env variable? [a question]

2010-04-14 Thread Paul Chany
Hi, Paul E Condon pecon...@mesanetworks.net writes: On 20100414_113944, Paul Chany wrote: I have setup somewhere the JAVA_HOME environment variable, but don't know where? When I am reading this thread there are already two search suggestions that are better than what I might have come up