Witam,
chciałem uruchomić program w Eclipsie, ale wyskakują mi poniższe błędy. Podobno to coś z wersją javy.
Umiałby mi ktoś przybliżyć o co może chodzić? Jak naprawić? Byłbym bardzo wdzięczny.
chciałem uruchomić program w Eclipsie, ale wyskakują mi poniższe błędy. Podobno to coś z wersją javy.
Those compilation errors means that the method PrintStream#printf() cannot be found. As per the linked javadoc it was introduced in Java 1.5.
This means that you're using Java 1.4 or older in CMD. Check your PATH and JAVA_HOME environment variables, it should point to Java 1.5 or newer.Umiałby mi ktoś przybliżyć o co może chodzić? Jak naprawić? Byłbym bardzo wdzięczny.
testing oracle-character-set-1 against <abc>
PASSED LOSSY
testing oracle-character-set-1 against <ab?c>
PASSED LOSSY
testing oracle-character-set-1 against <XYZ>
PASSED LOSSY
testing oracle-character-set-1 against <longlonglonglong...>
PASSED LOSSY
testing oracle-character-set-31 against <abc>
PASSED LOSSY
testing oracle-character-set-31 against <ab?c>
PASSED LOSSY
testing oracle-character-set-31 against <XYZ>
PASSED LOSSY
testing oracle-character-set-31 against <longlonglonglong...>
PASSED LOSSY
testing oracle-character-set-870 against <abc>
PASSED
testing oracle-character-set-870 against <ab?c>
PASSED
testing oracle-character-set-870 against <XYZ>
PASSED
testing oracle-character-set-870 against <longlonglonglong...>
PASSED
testing oracle-character-set-871 against <abc>
PASSED
testing oracle-character-set-871 against <ab?c>
PASSED
testing oracle-character-set-871 against <XYZ>
PASSED
testing oracle-character-set-871 against <longlonglonglong...>
PASSED