>> ERRORS FOR SPREADSHEET:
>> Exception in thread "main" java.lang.NullPointerException
>> at
>> visad.ss.SpreadSheet.constructSpreadsheetCells(SpreadSheet.java:2880)
>> at
>> visad.ss.SpreadSheet.constructSpreadsheetCells(SpreadSheet.java:2865)
>> at visad.ss.SpreadSheet.<init>(SpreadSheet.java:1175)
>> at visad.ss.SpreadSheet.main(SpreadSheet.java:530)
>> ...
>> END SS ERRORS
>
>Never seen this before. It may be related to the fact that
>rmic also throws a NullPointerException on your machine.
>Do you see this problem if you run the SpreadSheet from
>visad.jar?
I have seen this NullPointerException before. It indicates that the
class files created by RMIC are not in their proper locations. This
is probably because the RMIC command is failing on your build.
-Curtis