@see http://stackoverflow.com/questions/829749/launch-mac-eclipse-with-environment-variables-set
Follow these steps:
cd /Applications/STS.app/Contents
@see http://stackoverflow.com/questions/829749/launch-mac-eclipse-with-environment-variables-set
Follow these steps:
cd /Applications/STS.app/Contents
@see http://stackoverflow.com/questions/36596743/how-to-install-cloudfoundry-on-local-server
To get tools installed
./bosh-me.sh
| import java.util.List; | |
| import lombok.AccessLevel; | |
| import lombok.AllArgsConstructor; | |
| import lombok.Builder; | |
| import lombok.Getter; | |
| import lombok.NoArgsConstructor; | |
| import org.json.JSONArray; |
| #!/bin/bash | |
| # A curated collection of software to be installed via Homebrew | |
| # @author Chris Phillipson | |
| # @lastUpdated 2017-05-04 | |
| # @version 1.0 | |
| # @see http://brew.sh/, https://caskroom.github.io/ | |
| set -e | |
| # Install Homebrew |