You are not logged in.

#1 2008-10-05 20:30:38

markp1989
Member
Registered: 2008-10-05
Posts: 431

bootchart java not found

tried installing bootchart:  when i try to run bootchart-render i get an error saying

/usr/bin/bootchart-render: line 2: java: command not found

i tried pacman -S java but the package isnt fount


Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD

Offline

#2 2008-10-05 20:46:49

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: bootchart java not found

pacman -S jre

Offline

#3 2008-10-05 20:55:17

markp1989
Member
Registered: 2008-10-05
Posts: 431

Re: bootchart java not found

lucke wrote:

pacman -S jre

thats already installed, tried reinstaling it, and i still get the same error message?


Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD

Offline

#4 2008-10-06 09:52:22

bwalk
Member
Registered: 2007-03-21
Posts: 177

Re: bootchart java not found

Put

/var/opt/jre/bin

in your PATH variable. Stupid, that java still gets installed to /opt.

Offline

#5 2008-10-06 15:50:17

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: bootchart java not found

where do u set path variable?


Acer Aspire V5-573P Antergos KDE

Offline

#6 2008-10-06 15:53:59

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: bootchart java not found

Before you put anything in the path, run ldconfig as root.

Offline

#7 2008-10-06 16:07:50

markp1989
Member
Registered: 2008-10-05
Posts: 431

Re: bootchart java not found

get error saying:
bash: ldconfig: command not found


what package do i need for this ?


Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD

Offline

#8 2008-10-06 16:08:59

lama
Member
Registered: 2008-09-28
Posts: 16

Re: bootchart java not found

You could set a symlink to /bin/ as well.

# ln -s /var/opt/jre/bin/java /bin/

EDIT: ldconfig is in /sbin/

--> # /sbin/ldconfig

Last edited by lama (2008-10-06 16:10:56)


My way to happyness:
cat ~/problems > /dev/null

Offline

#9 2008-10-06 16:18:03

markp1989
Member
Registered: 2008-10-05
Posts: 431

Re: bootchart java not found

i sorted it it is was located at  /opt/java/jre/bin/java /bin/

and not  /var/opt/jre/bin/java /bin/

thanks for your help!


Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD

Offline

#10 2008-10-06 16:21:44

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: bootchart java not found

markp1989 wrote:

get error saying:
bash: ldconfig: command not found


what package do i need for this ?

This is problem whether the above issue is solved or not. It's in glibc and is a core library. There seems to be something wrong with the $PATH. Usually logging in and logging out helps assuming that everything is defined the way it was set up. Or just running 'source /etc/profile'. I can't remember if that needs to be run as root or not.

Last edited by skottish (2008-10-06 21:09:40)

Offline

#11 2008-10-06 20:04:26

bwalk
Member
Registered: 2007-03-21
Posts: 177

Re: bootchart java not found

lama wrote:

You could set a symlink to /bin/ as well.

Bad idea!

How did the /var part get into the path? I'm sorry, that was my mistake.

Offline

Board footer

Powered by FluxBB