PDA

View Full Version : [xubuntu] java?



randywolf244
January 11th, 2012, 02:08 PM
so i tried to find java in my package management system and its nowhere to be found. does anyone know how to get it. im using xubuntu if it changes anything

KdotJ
January 11th, 2012, 02:28 PM
When you say Java, do you mean the runtime or the development kit for programming in the Java language?

If the latter, you can install the JDK with:


sudo apt-get install openjdk-6-jdk

In fact, I think this includes the JRE.. but probably not the best way to install it if you're only after the runtime.