NavigationUser loginWho's onlineThere are currently 0 users and 14 guests online.
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtWe have come to be one of the worst ruled, one of the most completely controlled and dominated Governments in the world -- no longer a Government of free opinion, no longer a Government by conviction and vote of the majority, but a Government by the opinion and duress of small groups of dominant men. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
PATH to java in X11I've read many forums and threads in debian lists, but no solution worked to me. |
PATH to java in X11
On Sun, 30 Sep 2007 12:01:57 -0300
"Henrique G. Abreu" wrote:
> I've read many forums and threads in debian lists, but no solution
> worked to me.
>
> I've downloaded and unpacked to /opt the jdk1.5.0_12
> I didn't used apt-get because I need this specific version.
>
> Then, I need to set java environment variables globally
> And include /opt/jdk1.5.0_12/bin to PATH
>
> I inserted in /etc/bash.bashrc:
> export PATH=$PATH:/opt/jdk1.5.0_12/bin
>
> it works to all terminals, but don't to X11
> for example: I can't start Azureus from menu link
>
> Then I tried /etc/profile
> but it didn't work either
>
> thanks,
I have the following line in /etc/environment:
JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
I hope this helps.
--
Szia:
Nyizsa.
----------------------------------------------------------------------
Find out how you can get spam free email.
http://www.bluebottle.com/tag/3
--
PATH to java in X11
In my /etc there is no environment file
Must I create one?
Thanks
On 9/30/07, Nyizsnyik Ferenc <nyizsa@bluebottle.com
> wrote:
--
Henrique G. Abreu
henrique@turbokit.com.br
PATH to java in X11
I've created /etc/environment file like this
JAVA_HOME="/opt/jdk1.5.0_12"
export JAVA_HOME
PATH="$PATH:$JAVA_HOME/bin"
export PATH
The first time I started and logged into gdm, it failed.
Then I went to /etc/ and changed environment permissions.
Ok, I managed to log in, but PATH doesn't have /opt/jdk1.5.0_12/bin
I can't run a program that uses java from the menu link
Only if a open gnome-terminal with any user and call the program, it works.
I know its possible to make a "workaround" starting everything thought terminal, but it's horrible!
Or go to "/usr/bin" and "ln -s ..." everything in JAVA_HOME/bin
but that is not the point, I MUST know how to set PATH variable because its ridiculous. I no windows user.
Thanks,
On 9/30/07, Henrique G. Abreu <hgabreu@gmail.com> wrote:
--
Henrique G. Abreu
henrique@turbokit.com.br
PATH to java in X11
On Sun, 30 Sep 2007 20:39:28 -0300
"Henrique G. Abreu" wrote:
> I've created /etc/environment file like this
> JAVA_HOME="/opt/jdk1.5.0_12"
> export JAVA_HOME
There's no need to export the variables defined in /etc/environment...
> PATH="$PATH:$JAVA_HOME/bin"
> export PATH
...nor is to set them in $PATH. Try creating an /etc/environment file
consisting only
JAVA_HOME=/opt/jdk1.5.0_12
It should work from then on.
> The first time I started and logged into gdm, it failed.
> Then I went to /etc/ and changed environment permissions.
> Ok, I managed to log in, but PATH doesn't have /opt/jdk1.5.0_12/bin
> I can't run a program that uses java from the menu link
> Only if a open gnome-terminal with any user and call the program, it
> works.
So when you type for example
hgabreu@debian:~$ java example
the program "example" starts? Then it works. Menu links can be edited
to include the full path to java like
Exec=java example
==>
Exec=/opt/jdk1.5.0_12/bin/java example
This has to be done only once.
> I know its possible to make a "workaround" starting everything thought
> terminal, but it's horrible!
> Or go to "/usr/bin" and "ln -s ..." everything in JAVA_HOME/bin
> but that is not the point, I MUST know how to set PATH variable
> because its ridiculous. I no windows user.
>
> Thanks,
>
> On 9/30/07, Henrique G. Abreu wrote:
> >
> > In my /etc there is no environment file
> > Must I create one?
> >
> > Thanks
> >
> > On 9/30/07, Nyizsnyik Ferenc wrote:
> > >
> > > On Sun, 30 Sep 2007 12:01:57 -0300
> > > "Henrique G. Abreu" < > wrote:
> > >
> > > > I've read many forums and threads in debian lists, but no
> > > > solution worked to me.
> > > >
> > > > I've downloaded and unpacked to /opt the jdk1.5.0_12
> > > > I didn't used apt-get because I need this specific version.
> > > >
> > > > Then, I need to set java environment variables globally
> > > > And include /opt/jdk1.5.0_12/bin to PATH
> > > >
> > > > I inserted in /etc/bash.bashrc:
> > > > export PATH=$PATH:/opt/jdk1.5.0_12/bin
> > > >
> > > > it works to all terminals, but don't to X11
> > > > for example: I can't start Azureus from menu link
> > > >
> > > > Then I tried /etc/profile
> > > > but it didn't work either
> > > >
> > > > thanks,
> > >
> > > I have the following line in /etc/environment:
> > > JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
> > >
> > > I hope this helps.
> > >
> > > --
> > > Szia:
> > > Nyizsa.
> > >
> > > ----------------------------------------------------------------------
> > > Find out how you can get spam free email.
> > > http://www.bluebottle.com/tag/3
> > >
> > >
> > > --
> > > To UNSUBSCRIBE, email to
> > > with a subject of "unsubscribe". Trouble? Contact
> > >
> > >
> > >
> >
> >
> > --
> > Henrique G. Abreu
> >
> >
>
>
>
--
Szia:
Nyizsa.
----------------------------------------------------------------------
Finally - A spam blocker that actually works.
http://www.bluebottle.com/tag/4
--
PATH to java in X11
I'm running Lenny.
I've inserted the lines to .bashrc as you sad
but it only worked to the terminal
it had no effect in gnome (eg: using Alt+F2)
I inserted 'source /etc/profile' directly into
/etc/X11/Xsession.d/55gnome-session_gnomerc
and it's working now!
I still want to know the correct way to do this.
if you someone knows, please send.
Thanks,
On 9/30/07, Mumia W.. <paduille.4061.mumia.w+nospam@earthlink.net> wrote:
--
Henrique G. Abreu
henrique@turbokit.com.br
PATH to java in X11
On Tue, 02 Oct 2007 05:46:01 +0530
Raj Kiran Grandhi wrote:
> Henrique G. Abreu wrote:
> > I'm running Lenny.
> > I've inserted the lines to .bashrc as you sad
> > but it only worked to the terminal
> > it had no effect in gnome (eg: using Alt+F2)
> >
> > I inserted 'source /etc/profile' directly into
> > /etc/X11/Xsession.d/55gnome-session_gnomerc
> >
> > and it's working now!
> > I still want to know the correct way to do this.
> > if you someone knows, please send.
>
> Create a file .xsession in your home directory with the following:
> ===cut===
> source ~/.bashrc
> PATH=
> exec gnome-session
> ===cut===
>
> Log out of gnome and log back in specifying the session as "User
> default" or some such thing in the gdm menu.
>
> HTH,
> rajkiran
>
>
Another approach is to run .xsession in a login shell:
#!/bin/sh -l
exec gnome-session
Then your X session will inherit your full profile.
--
Liam
--