Thursday, 2 August 2018
MACOS
Classpath set in bash_profile
sudo -s
vi ~/.bash_profile
export M2_HOME=/users/prasanth/Documents/Apache-maven-3.3.9
File is in /users/prasanth
export M2_HOME=/Users/prasanth/Documents/apache-maven-3.3.9
export PATH=$PATH:$M2_HOME/bin
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_141.jdk/Contents/Home
-----------------
command + shift + 4. for screenshot ....
alt + right arrow - expandable feature in eclipse
--------
git clone <>
git config —list
git clone git@github....../dev.git
git branch -a
git status
git pull
git checkout logBranch
git commit -m "”
git branch
------
Just command in eclipse for getting rightlick option to open the underlying class
----------
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment