Problem of executing the source code on eclipse
by choppyleo » Mon Aug 11, 2014 1:01 pm
I followed the instructions on Readme but when I executed the program I obtain the error messages as shown below. Can someone advice me on what to do at this stage
Exception in thread "main" java.io.FileNotFoundException : -Djava.ext.dirs=C:\Windows\System32\lib\windows\i386;lib (La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte)
at java.io.FileInputStream.open (Native Method )
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at org.freehep.util.io.ASCII85InputStream.main (ASCII85InputStream.java:147 )