Thankyou Joe and Jesper for your responses, problem solved.
I was in fact not using the right path for my class, i soon realised that to solve the problem I had to include a reference to the package my class exists within (even while in the correct directory).
For the benefit of others:
java -Xmx256 org/mordicus/spssutils/readFile
Joe i will amend the code to ensure the file is read in completely,but im afraid I HAVE TO pass the complete file into a byte array which a prewritten java library uses for further processing, so my hands seem to be tied there.
Thanks again