Null Pointer Exception when executing a Java software



Hi,

I am using a java software for my research. It was distributed as
class files. The software takes a text file and do some computation
then it outputs the results. For some text files, the software runs
normally. However, for 2 files, the software outputs
java.lang.NullPointerException. Both files are in the same format as
the others. I don't have the source code, so I can not see the
problem.

Does anyone knows what could be wrong with the code?

The software is a data mining tool called Keel: http://sci2s.ugr.es/keel/download.php

Many thanks,
David
.



Relevant Pages

  • Re: Null Pointer Exception when executing a Java software
    ... class files. ... However, for 2 files, the software outputs ... I don't have the source code, so I can not see the ... Pick one of the two files, chop it in half and see which half crashes ...
    (comp.lang.java.programmer)
  • Re: encrypted source file support in jdk?
    ... if anything is to be exported to different formats the format must support encryption. ... With all the new memorystick similar devices entering widespread use, and employees indiscriminately copying it to them, documents and source code is floating all over the place unprotected. ... But I think I have found a viable solution to encrypting java source/class files in jdk6, which is to use the javax.compiler tool for source code and a cloassloader for the class files. ... For jdk7 its open source so I suppose I can just patch the compiler/jvm to give it native support instead, which makes it faster and more secure. ...
    (comp.lang.java.help)
  • Re: What do I replace Arachnophilia with ?
    ... If you're looking to get source code from class files, ... > much better job than javap. ... this isn't the same as Paul making ...
    (alt.os.linux)
  • Re: Identity of bytecode
    ... source code always produce the same byte code? ... The class files themselves may be different, ... It is also possible that different versions of the Java compiler will ... produce slightly different byte-code for the same source, ...
    (comp.lang.java.programmer)
  • Re: Q: Java source and directory structure - standard way ?
    ... > The point I was originally asking about was whether the source code ... > and the class files should be built into the same directories as the ... directory tree that can be located anywhere you want. ...
    (comp.lang.java)