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