ZsBT / mrz-java

Machine-Readable Zone parser for Java
70 stars 40 forks source link

jre version #2

Closed achref-riahi closed 7 years ago

achref-riahi commented 8 years ago

project cannot be compiled with jre 1.8 ?

error getted in MrzSex. e

mvysny commented 8 years ago

Hmm, I just fixed a Maven compilation issue on Java 8, so now you can compile the mrz-java simply by running mvn clean install. Yet, your problem seems to be something completely different - I would say that your Eclipse project classpath is somehow broken, cause java.io.ObjectInputStream is a core class from the Java standard library. I've seen similar issues in Eclipse: java.lang.Object couldn't be found, etc. Just make sure that your JRE/JDK path is correct.

mvysny commented 7 years ago

Probably issue in Eclipse, closing. Please reopen if the issue persists.