Question:
How to install java to linux mint?
Ryan
2010-09-11 15:31:42 UTC
I want to play games that use java in linux mint but for some reason nothing wil install or work. In mozzila firefox when i go to play a java game it asks for me to install a plugin. I click install but it says missing plugin and just fails. I downloaded the file jre-6u17.rpm.bin so i could install java. When i try to open it it says "could no display home/ryan/jre-6u17.rpm.bin. Somebody please help me to install java. Thanks@!
Three answers:
2010-09-11 15:43:21 UTC
ahh firefox can't install plugins instelf on any OS ive used it in. the problem with the file is you download an RPM, which is for fedora and/or openSUSE/slackware, while linux mint, ubuntu, and debian based OS's use .deb files. the easiest way to install java would be to open a terminal and type this:

"sudo apt-get install icedtea6-plugin"

this may give you an error talking about some missing dependancies, if it does type

"sudo apt-get -f install"

which is what it should say in the error. let that finish, and do

"sudo apt-get install icedtea6-plugin"

again. let it finish, and you should have java working in your browser. i just did this myself 3-4 minets ago on linux mint, so i can guarentee you it works. enjoy =]



-- remember not to include the quotes, and to type your root password when it asks, it woln't show up but it is being typed.



EDIT: try entering this into the terminal, and use it to set your root password:

"sudo passwd"

i know it has sudo in it, but its what you use to set a new root (sudo) password. if it doesn't work then you might have already set one when you installed linux mint, which means you have to either remember it or reinstall and write it down when you set it. you have to remember this password because you will use it allot in linux.
hawklord
2010-09-11 15:52:27 UTC
search for openjdk in your repo's and enable it, you may need icedtes as well - these are the open source ones



java itself is not open source so update your packages and search for java6-jre and java6-plugins and enable them, this will give you the closed source version



rpm = redhat package manager, this is for redhat based distributions such as redhat, mandriva, suse, fedora, pclinuxos, etc



i use mandriva
?
2016-10-04 12:08:31 UTC
Java is a programming language which became into stronger via solar Microsystems in 1995. The syntax of the Java utility became into derived via C and C++. Java applications tend to be compiled to gadget code that can run on any Java digital gadget. Java utility could properly be extremely put in on Linux Mint 10 platform extremely. There are 2 techniques wherein we are able to establish java utility i.e. via Linux self extracting binary document and different via Linux RPM kit. in case you're turning out to be errors on a similar time as installation Java utility on Mint 10 platform then you are able to follow any of the installation approach given below. respond With Quote the stairs for installation Java with the Linux self extracting binary document are given below: a million. you're able to desire to get carry of the java utility on the device on which you elect for to place in it. 2. After downloading the records you're able to could desire to alter its permission so as that this is performed extremely. you are able to replace the permission via following the stairs given below: Code: chmod a+x jre-6u2af72f10c356273d46284f6fd1dfc8-linux-i586.bin 3. After changing the permission to executable you're able to could desire to ascertain which you have permission to execute the document. you are able to ascertain the document permission via typing ls –l command. 4. you're able to desire to alter the itemizing the place you elect for to place in it. The command to alter the itemizing is given below: Code: cd 5. additionally you're able to place in the java utility in case you have logged in as a root person as a effect administrator. you're able to could desire to run the binary document via utilising the command given below: Code: ./jre-6u2af72f10c356273d46284f6fd1dfc8-linux-i586.bin 6. you're able to desire to settle for the license settlement for the installation. The java utility would be effectively put in on the device devoid of any errors. you are able to ascertain it via typing ls command contained in the terminal window.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...