Thursday, 26 July 2007

Problem: PDQ Java distribution is not compatible with Java 6?

These 3 kind of errors occur during the compile of the API:

Severity and Description Path Resource Location Creation Time Id

The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, Parameters) Thesis/src/com/perfdynamics/pdq MVA.java line 432 1185383257573 64

The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, String) Thesis/src/com/perfdynamics/pdq PDQ.java line 381 1185383257470 51

The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String) Thesis/src/com/perfdynamics/pdq PDQ.java line 379 1185383257470 50

I should try to backdate the java version to 5.

0 comments: