You are not logged in.
Pages: 1
im new at linux and i need some help i have no idea, i installed an older version of java but the game im trying to play needs a newer java. need help what kind of command do i have to put in to install java 7?
Offline
im new at linux and i need some help i have no idea, i installed an older version of java but the game im trying to play needs a newer java. need help what kind of command do i have to put in to install java 7?
Try this: Installing Java 7 on Debian
Let us know how you make out.
#! Etiquette | Conky PitStop | VSIDO | Interactive LUA
Weather v9000 | Teo x4 Sites | Arclance | Finnish
Offline
I have Openjdk6 and Openjdk7 installed on some Distros.
As I remember Netbeans and Eclipse will allow you to work back and forth in each environment jdk as needed.
OHCG #!, Wheezy,, Siduction-12, Bridge-Arch , Slackware & Sabayon X,
Offline
I've used the thorough instructions in the following link many times and they have worked flawlessly every time. Hopefully you will have the same results.
Offline
If you need the Oracle / Sun Java (& not the OpenJDK Java)
Download the source archive from www.java.com
sudo apt-get install java-package
make-jpkg /path/to/the/java/source/archive& it will build a deb file for you which you can install with Gdebi or from the command line:
sudo dpkg -i /path/to/my/java/deb/fileOffline
tradetaxfree wrote:
If you need the Oracle / Sun Java (& not the OpenJDK Java)
Download the source archive from www.java.com
sudo apt-get install java-package
make-jpkg /path/to/the/java/source/archive& it will build a deb file for you which you can install with Gdebi or from the command line:
sudo dpkg -i /path/to/my/java/deb/file
corenominal has just updated and rebuilt java 7, and it is in the repositories.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.