NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: resampling

Hi Doug,

>I'm getting an exception resampling:
>
>java.lang.ArrayIndexOutOfBoundsException: 370473
>        at visad.FlatField.resample(FlatField.java, Compiled Code)
>
>(I can't get jdb to work, otherwise I'd have a line number for you.) 

Just so everyone knows, you can get line numbers to appear without
using jdb.  Just run your program with:

    java -Djava.compiler=NONE MyProgram

The -D option above turns off the JIT so that line numbers can
appear again.  Also, JDK 1.3 beta has Hotspot, which is very fast
but still prints line numbers.

-Curtis


  • 2000 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: