Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will need the following:

  1. Netbeans v5.5 , - either installed locally, or you can check if it 's is installed on one of the system disks. The unix command 'which netbeans' will show if it is installed in afs.
  2. Maven plugin - from https://confluence.slac.stanford.edu/display/ilc/Installing+Netbeans+with+Maven+Support. Under 'Install Mevenide' click 'Download this small autoupdate module' (you need this plugin even if 'which maven' shows that maven is installed on the system disk). If you see a bunch of gibberish when you click on 'autoupdate module' then right click on it and "save link as" into your netbeans directory.
  3. Adequate afs AFS disk space that is - enough read and write by your accountspace for the netbeans files and any project/package that will eventually be checked out
  4. 1 Gb memory, less Memory -  anything less than 1Gb of memory still works, but at a very slow pace.
  5. Global environment variable variables - set $MAVEN_HOME set properly in the .cshrc file, e. I used g. $MAVEN_HOME  = /afs/slac.stanford.edu/package/java/common/contrib/maven-1.0.2/
  6. URL Maven install structions - https://confluence.slac.stanford.edu/display/ilc/Installing+Netbeans+with+Maven+Support for instructions on how to install Maven plugin and download netbeans. This The page contains screenshots for the various installation steps.
  7. Oracle driver , - download ojdbc14.jar from Oracle. You may be If prompted to logon to Oracle in order to download this file. If that happens, and you don't have an Oracle account, contact Tony Johnson. Save the file driver in your ./netbeans/.netbeans/5.5/apache-tomcat-5.5.17_base/common/lib directory. 
  8. If you modify the File catalina.policy file, - edit the file and add the Oracle driver then restart the tomcat server.

...