I tried to create a src.jar from dependometer_1.15.jar. I imported all Java Code de.valtech.* and the libs junit.jar and log4j.jar in Eclipse (with Sun JRE 1.4.2).
I got a lot of Compiler Errors of Typ:
Syntax error on token "!=", ";" expected
For example at ArgumentOption.java line 66.
What am I missing or doing wrong?
Thanks.
Kathleen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, I've been to fast with asking. Found it out myself.
The Compilerproblems disappear, if I set following Compiler Options:
Compiler compliance level: 1.4
Kathleen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hallo!
I tried to create a src.jar from dependometer_1.15.jar. I imported all Java Code de.valtech.* and the libs junit.jar and log4j.jar in Eclipse (with Sun JRE 1.4.2).
I got a lot of Compiler Errors of Typ:
Syntax error on token "!=", ";" expected
For example at ArgumentOption.java line 66.
What am I missing or doing wrong?
Thanks.
Kathleen
Sorry, I've been to fast with asking. Found it out myself.
The Compilerproblems disappear, if I set following Compiler Options:
Compiler compliance level: 1.4
Kathleen