悬赏公告图片:有人了解java-Textpad吗?

来源:百度文库 编辑:中科新闻网 时间:2024/05/05 10:40:39
java-Textpad是用来编写java程序的,并且能直接运行感觉还好,但是有个问题很令人烦恼,就是刚编写的程序保存路径都正确,运行也很成功.当我过了一会儿以相同的方法重新运行它的时候,因错误而不能运行,错误提示是:javac: invalid flag: C:\j2sdk1.4.2_02\bin\A.java.txt
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

Tool completed with exit code 2
谁能告诉下错误所在啊,并帮我改正下,谢谢!