java installing

Posts: 6
linuxformat
Joined: 14 Mar 2012
#1
Hello everybody,

I'm trying to get java installed so is there a center software downloads to install the software or must going to internet and download.

Please help

Thank you very much
Posts: 279
afab4
Joined: 17 Oct 2009
#2
linuxformat wrote:Hello everybody,

I'm trying to get java installed so is there a center software downloads to install the software or must going to internet and download.

Please help

Thank you very much
Java is in the Synaptic Package Manager

menu > applications > other > antixcc > system > manage packages
Posts: 6
linuxformat
Joined: 14 Mar 2012
#3
There is no manage packages my Distribution is (antix-m11-base-686)
Posts: 279
afab4
Joined: 17 Oct 2009
#4
linuxformat wrote:There is no manage packages my Distribution is (antix-m11-base-686)
OK. Then do this:

from a root terminal type:

apt-get update <enter>
apt-get install openjdk-6-jre <enter>
Posts: 6
linuxformat
Joined: 14 Mar 2012
#5
I installed now but how to plugin to the browser .
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#6
Have you typed

Code: Select all

about:plugins
in address bar of browser to see if java shows yet?
linuxformat
Joined: 14 Mar 2012
#7
root@pc1:/home/almashfa# about:plugins
bash: about:plugins: command not found
root@pc1:/home/almashfa# plugins
bash: plugins: command not found
root@pc1:/home/almashfa# man plugins
No manual entry for plugins
root@pc1:/home/almashfa#
Posts: 173
DeepDayze
Joined: 09 Sep 2011
#8
linuxformat wrote:root@pc1:/home/almashfa# about:plugins
bash: about:plugins: command not found
root@pc1:/home/almashfa# plugins
bash: plugins: command not found
root@pc1:/home/almashfa# man plugins
No manual entry for plugins
root@pc1:/home/almashfa#
you type about:plugins in the browser's address bar, not in a terminal __{{emoticon}}__
Posts: 6
linuxformat
Joined: 14 Mar 2012
#9
__{{emoticon}}__ Thanks a lot for the help