I have found a old project called "cogito" relesed more than 10 years ago. Now technical issues:
- cogito is composed by just two folders zipped (app and WEB-inf)
- only file .class were present (no source) and I decompiled (.class files) them with a software called "jd"
- In the directory with .class I added the source files .java
- I have imported directories app and WEB-inf directory in eclipse workspace
- I run evrythings getting this message error:Exception in thread "main" java.lang.NullPointerException: Cannot read the array length because "files" is null at org.fontbox.afm.AFMParser.main(AFMParser.java:318)
- in the first line of the code there is this message error:Multiple markers at this line
- The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from required .class files
- The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from required .class files
- Syntax error on tokens, delete these token
Any guess?