Erreur lors de la compilation.
Voila après avoir galéré pour refaire une appli en 1.4 quand je veux la compiler j'ai:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| ant -f D:\\Prog-Pers\\java\\test jar
init:
Deleting: D:\Prog-Pers\java\test\build\built-jar.properties
deps-jar:
Updating property file: D:\Prog-Pers\java\test\build\built-jar.properties
Compiling 10 source files to D:\Prog-Pers\java\test\build\classes
javac: invalid flag: -Xbootclasspath/p:D:\Prog-Pers\java\test\${endorsed.classpath}
Usage: javac <options> <source files>
where possible options include:
-g Generate all debugging info
-g:none Generate no debugging info
-g:{lines,vars,source} Generate only some debugging info
-nowarn Generate no warnings
-verbose Output messages about what the compiler is doing
-deprecation Output source locations where deprecated APIs are used
-classpath <path> Specify where to find user class files
-sourcepath <path> Specify where to find input source files
-bootclasspath <path> Override location of bootstrap class files
-extdirs <dirs> Override location of installed extensions
-d <directory> Specify where to place generated class files
-encoding <encoding> Specify character encoding used by source files
-source <release> Provide source compatibility with specified release
-target <release> Generate class files for specific VM version
-help Print a synopsis of standard options
D:\Prog-Pers\java\test\nbproject\build-impl.xml:984: The following error occurred while executing this line:
D:\Prog-Pers\java\test\nbproject\build-impl.xml:360: Compile failed; see the compiler error output for details. |
J'utilise Netbeans 7.3 que dois je faire pour pouvoir compiler.
Cordialement.