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.

RE: Re: problem on java simpleimage

> But why i can run "java Test23"  and all the Test* progarms have no problem?

Any  Segmentation fault indicates a bug in the Java virtual
machine - the worst a bug in Java code can do is generate
an Exception. It is common with JVM bugs to be able to run
some Java programs and not others.

Bill