Coder Social home page Coder Social logo

netbeans-macos-bundle's Introduction

NetBeans MacOS Bundle

When I originally put this little project together it was intended to be a tempoary quick way to get NetBeans installed on a Mac. I did not anticipate the amount of feedback I have received (which is very much appreciated) and that has caused me to make a few changes along the way.

Thank you to Geertjan Wielenga for putting this video together. He has, to me, been a very positive face to NetBeans and the Java community for a long time.

First off, you should either clone or download this project if you want to use the original install script.

To run it, use the install.sh script. The user is prompted for the password because the script includes "sudo's" to gain permission to the /Applications folder.

./install.sh

There are two environment variables that may be set to change the defaults before running. For example:

export NETBEANS_VERSION=9.0
export NETBEANS_URI=http://some.mirror.com/incubating-netbeans-java-9.0-bin.zip
./install.sh

Based on some feedback, some folks prefer not to install applications in the /Applications folder and others would prefer not to "sudo" to install an application. Still others prefer not to download the entire project. I don't think folks were concerned about the size, they just wanted a way to download a single script instead of doing a git clone or an unzip after a download.

After downloading the custom script, the following options are provided:

  • install in the directory of your choosing: -d | --install-dir /Installation/directory
  • install NetBeans version of your choosing: -v | --netbeans-version
  • install NetBeans from an alternate URI: -u | --netbeans-uri
  • display extra information: --verbose
  • remove existing package before install: -f | --force
  • install without sudo: -n | --non-root-install
  • show help -h | --help

Tip: You can use file:///filename.zip to specify local file as a parameter for -u | --netbeans-uri.

For example:

./install-custom.sh --non-root-install --install-dir ~/Applications

The fast way is paste this at a Terminal prompt.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/carljmosca/netbeans-macos-bundle/master/install-custom.sh)"

Happy coding

netbeans-macos-bundle's People

Contributors

carljmosca avatar poolborges avatar ulab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.