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:
- keep all related files together in the same directory;
- locate the extension file(s) in your working (default) directory;
- open Configuration File Maker and add location of extension file(s) to the
UserData_paths.
There are some fatal errors in your 2D-information program.
For example,
- referring to non-existing variables;
- setting unrealistical values, e.g., for entry Level;
- wrong character encoding transformations.
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