Previous:  Building with Ant Next: IDV Architecture Table of contents Frames User guide
Unidata IDV Workshop for version 6.3 > Java Developer Topics > Development Environment

5.0.5 ExampleIdv
We will be using an example application in /home/idv/idv/ucar/unidata/apps/example
  • Go to the example directory:
    cd /home/idv/idv/src/ucar/unidata/apps/example
  • To compile just run ant:
    ant
    or do:
    javac *.java
  • To run the ExampleIdv:
    runExample.sh
    or do:
    java -Xmx512m ucar.unidata.apps.example.ExampleIdv

 


Previous:  Building with Ant Next: IDV Architecture Table of contents Frames User guide
Unidata IDV Workshop for version 6.3 > Java Developer Topics > Development Environment