Java Compilers and Libraries

Asked by princen

What Java Compiler and Libraries Can I Install In Ubuntu using the sudo apt-get install?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Vojtěch Trefný
Solved:
Last query:
Last reply:
Revision history for this message
Best Vojtěch Trefný (vojtech.trefny) said :
#1

Use Synaptic (System→Administration→Synaptic) and search for "java" ;).

Basicaly - you can install Sun java or open source java (gnu java compiler).

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

Discover by yourself...

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

aptitude search java | grep -i runtime

then choose one and install with

sudo apt-get install ....

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
princen (spurchampion) said :
#3

Thanks Vojtěch Trefný, that solved my question.