Advertisement
Guest User

Untitled

a guest
May 31st, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. (update available software lists) sudo apt-get update
  2. (update all software to newest version) sudo apt-get upgrade
  3. (download and install support software) sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev
  4. (download and install various development tools) sudo apt-get install build-essential
  5. (check version of gcc installed, if this works you have gcc now) gcc -v
  6. (check version of make, ditto above) make -v
  7. (download and install java back end) sudo apt-get install default-jre
  8. (download and install java compilers) sudo apt-get install default-jdk
  9.  
  10. if you need to set the $HOME variable for eclipse, follow instructions here at the bottom of the page.
  11.  
  12. https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement