fouten bij compilen

Status
Niet open voor verdere reacties.

javanoob

Nieuwe gebruiker
Lid geworden
21 feb 2006
Berichten
1
Bij jcreator krijg ik bij het compilen aantal fouten alleen ik weet niet precies wat ze allemaal betekenen, zou iemand mij aub kunnen helpen?
alvast bedankt
dit zijn de fouten:

--------------------Configuration: mandelbrot - JDK version 1.5.0_06 <Default> - <Default>--------------------
javac: invalid flag: D:\Program Files\Xinox Software\JCreatorV3LE\MyProjects\mandelbrot\classes\figuur1.html
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
-cp <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
-endorseddirs <dirs> Override location of endorsed standards path
-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
-version Version information
-help Print a synopsis of standard options
-X Print a synopsis of nonstandard options
-J<flag> Pass <flag> directly to the runtime system


Process completed.
 
Als ik het goed lees wilt u: D:\Program Files\Xinox Software\JCreatorV3LE\MyProjects\mandelbrot\classes\figuur1.html compileren, aangezien dit geen *.java bestand is, is het niet mogelijk voor de compiler om dit bestand te compilen. U krijgt een standaard output van de Java compiler waar deze aangeeft hoe de compiler gebruikt moet worden.

javac: invalid flag: Usage: javac <options> <source files>

deze zin geef aan dat er op de command prompt gebruik gemaakt moet worden van: "javac javabestand.java"
 
Status
Niet open voor verdere reacties.
Steun Ons

Nieuwste berichten

Terug
Bovenaan Onderaan