Good call, Tom. I completely missed that. -Curtis At 12:27 PM 6/9/2003, you wrote: >The most likely cause is that you need to "escape" the "\" marks in your >path: > >DisplayCells[0][0].addDataSource("D:\visad\unzipped\visad\ss\small.v5d"); > >should probably be written as: > >DisplayCells[0][0].addDataSource("D:\\visad\\unzipped\\visad\\ss\\small.v5d"); > >While not all sequences beginning with "\" have alternate meanings, many of >them do. > >tom
visad
archives: