tkellerer
2014-07-24 15:01:50 UTC
Hello, we have Netbeans IDE 7.1 installed on a work machine, and I don't have admin rights to this, so I can't install Java EE SDK or a server container outside of Netbeans, and can't install a new copy of Netbeans. Is there a way to upgrade Netbeans to support EE without downloading & installing the new version?
You don't need to be a local administrator on the computer in order to install NetBeans.Just download the "ZIP File" distribution from the NetBeans ( https://netbeans.org/downloads/zip.html ) and unzip it to any directory where you have write access and you are done.
You would still need to download and install the Java EE SDK though. If you have access to any computer where you can install things, you could install it there and then just copy the directories to your other computer (you will have to adjust some of the config files most probably) - I don't use Glassfish, so I don't really know.
If you don't really need Glassfish and just want to develop Web-Applications you could try Tomcat or TomEE. Both can be downloaded as ZIP archives and can be installed by just unzipping those archives.