A shell script and Automator App that Launch Apache NetBeans with my ssh-agent configuration and also connects to our company's VPN at the same time.
If you are upgrading to the latest version of Apache NetBeans, I would advise against allowing NetBeans to convert your NetBeans configuration from the previous version. This has caused me much grief when trying to get my Subversion/ssh configuration working. If you need to flush the config for your new version and start over, you can just delete the directory at ~/Library/Application Support/NetBeans/12.1
or whatever the version of NetBeans you are running is called under that NetBeans directory in ~/Library/Application Support/NetBeans
.
There are just two files in this repo:
- ssh_launcher.sh is the shell script containing the commands built into the Automater App.
- NetBeans Launcher.app is the App version built in Automator that contains the code in the above shell script. Feel free to open it in Automator and edit it if necessary.
Best of luck !