Versions Compared

Key

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

...

5) Setup Run Dialog.
Open Run | Open Run Dialog | Java Application. If you do not already have a configuration for your project, right click on Java Application and select New. Type in a name appropriate for your project if this is the first time.  If using AIDA, to the VM arguments on Arguments tab (Run | Open Run Dialog | Arguments - VM arguments), for development add:
-Xbootclasspath/p:/afs/slac.stanford.edu/package/iona/orbacus/JOB-4.2.2/lib/OB.jar -DAIDA_DATABASE_USERID=AIDAPROD -DAIDA_NAMESERVER_IOR_URL=http://www.slac.stanford.edu/grp/cd/soft/slaconly/aida/NameServerPROD.ior -Xmx256M -XX:MaxPermSize=256M
For production (running from softegr@lcls-builder, or equiv) add :
-Xbootclasspath/p:/afs/slac.stanford.edu/package/iona/orbacus/JOB-4.2.2/lib/OB.jar -DAIDA_DATABASE_USERID=AIDAPROD -DAIDA_NAMESERVER_IOR_URL=http://mccas0.slac.stanford.edu/aida/NameServerPROD.iorImage Removed -Xmx256M -XX:MaxPermSize=256M