Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

command not found mvn

#set JAVA_HOME
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home
export JAVA_HOME


M2_HOME=/usr/local/apache-maven/apache-maven-3.1.1
export M2_HOME

PATH=$PATH:$JAVA_HOME/bin:$M2_HOME/bin
export PATH
Comment

PREVIOUS NEXT
Code Example
Shell :: edit text file bash 
Shell :: how to ignore folder in gitignore duplicate 
Shell :: configure github account ubuntu 
Shell :: how to terminate localhost 3000 linux 
Shell :: Starting ssh-agent on Windows 10 fails: "unable to start ssh-agent service, error :1058" 
Shell :: linux resize images in folder 
Shell :: fastlane match update certificate 
Shell :: ubuntu releases 
Shell :: git force add 
Shell :: how to delete a folder in github 
Shell :: github comment code block new line 
Shell :: can i create a git repository via terminal 
Shell :: restore git stash 
Shell :: linux check which app is using network 
Shell :: commitlint install 
Shell :: php artisan doctrine migrations add all 
Shell :: expo install package version 
Shell :: install kubectl on linux 
Shell :: Wine Mono is not installed 
Shell :: bash store pipe output in variable 
Shell :: why gitignore does not work 
Shell :: Git command to Change the Author Information Just for the Next Commit 
Shell :: shell script to find sum of n numbers using for loop 
Shell :: wordpress set tagline from cli 
Shell :: Copy local repository for remote servers git 
Shell :: docker NoRouteToHostException: No route to host (Host unreachable) 
Shell :: proxy shell 
Shell :: material ui npm 
Shell :: how to add this package include: package:flutter_lints/flutter.yaml 
Shell :: linux list users 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =