Monday, February 26, 2018

hello struts 1.2.7 on ubuntu 14.04 LTS


  1. https://www.eclipse.org/downloads/packages/release/Helios/SR2
  2. http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase5-419410.html
  3.  https://docs.oracle.com/javase/8/docs/technotes/guides/install/linux_jdk.html#BJFCDAIB
  4.  https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-7-on-ubuntu-14-04-via-apt-get
  5.  https://askubuntu.com/questions/15093/how-can-i-install-a-bin-file
  6. installing jdk in ubuntu
  7. first download the 32 bit .bin installation file for the required jdk
  8. goto home directory e.g: /home/vijay
  9. copy the .bin file here
  10. open the terminal through ctrl + alt+ t
  11. chmod a+x jdkfilename.bin
  12. ./bin
  13. click on more
  14. type yes
  15. path setting in ubuntu
    1. open terminal through ctrl+alt+t
    2. cd /    (to change to root directory)
    3. cd etc
    4. sudo gedit bash.bashrc
    5. enter the password for root
    6. goto path entry
    7. copy the location of bin of jdk directory
    8. goto the beginning of path value
    9. paste the value and put a colon
    10. exit the terminal
    11. open a new terminal
    12. test the new java version through the following java -version

No comments:

Post a Comment