Typical reasons why 2D-infoExplorer may fail to open your data file


Your data file extends the file(s), which is not accessible to the 2D-infoExplorer.
Try one of these:
There are some fatal errors in your 2D-information program.
For example, Check your program and try again.
If you failed to open 2D-information file with .class extension, it may happen that that file was compiled with another version of 2D-infoExplorer. To insure compatibility, always keep source code of your 2D-information in files with .java extension. The latter can always be compiled to fit the most recent version of 2D-info applications.

If required, use the following pattern to compile your 2D-information files with JDK:

	javac -classpath infoEngine_location MyDataFile.java