We are starting un upgrade from 4.6 to 6.5, that includes lots of java service also. One way to be sure all java services are compiled correctly is to open in develoer each service and save to force compilation. Doing this for each java service over 50 packages will be very time consuming job.
I was wondering if you can advice about steps / procedure to recompile all java services in packages using IS 6.5 JRE (1.4.2 if i’m not wrong) by running a batch javac on IntegrationServer6/packages *.java
I’ve migrated from 4.6 to 6.5 last July, and I didnt need to recompile java code: are you changing JVM version during migration or do you have other requests to recompile all java source?
According to the docs, jcode uses the watt.server.compile property in server.cnf (accessible via Administrator’s Settings → Extended menu). You could probably add the -deprecation flag there.