. Fix build:
. Enforce USE_JIKES=no as jikes won't let import statements contain no
package name
. Enforce JAVA_VERSION=1.3 as JDK 1.4 won't let import statements
contain no package name
. Re-enabled error statements while compiling
PR: 66349
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>