单词 | javac | ||||||||||
释义 | javac
更多释义 收起释义 例句释义: 编译,编译器,编译程序 1. A Java program is initially compiled through the Java SDK's javac program into a native platform-neutral format known as class files. Java程序最初是通过JavaSDK的javac程序编译成本地的与平台无关的格式(类文件)。 www.ibm.com 2. And, now that javac is open source, it is possible the features might be supported by a third party. 而且,既然javac是开源的,那么这个特性有可能得到第三方的支持。 www.ibm.com 3. In fact, I purposely created it with just a Java editor, Wordpad for the files, javac, and the jar command. 实际上,我故意使用一个Java编辑器、文件的Wordpad、javac和jar命令进行创建。 www.ibm.com 4. java and --javac allow you to generate "real" Java classes from Ruby classes in a given file. java和--javac能根据给定文件中的Ruby类生成“真正的”Java类。 www.infoq.com 5. Enumerations: The JSR 14 target mode of javac has no special support for enumerations. 枚举:javacJSR14目标模式对枚举没有特殊支持。 www.ibm.com 6. There shouldn't be too many surprises here, other than some of the niceties that the javac compiler added on your behalf. 除了为您添加了javac编译器之外,这段代码中不应当有过多令人惊讶之处。 www.ibm.com 7. In my opinion, any Lombok extension needs to support both javac and ECJ, at least for now. 以我的观点看,任何Lombok扩展都需要同时支持javac与ECJ,至少现在是这样。 www.ibm.com 8. Make sure the file extension ends in . aj, but don't attempt to compile it with the normal javac. 请确保文件的扩展名以.aj结束,但不要试着用常规的javac对其进行编译。 www.ibm.com 9. In between the do and the end of my javac task is where all the magic happens. 魔力就发生在javac任务的do和end之间。 www.ibm.com 10. By default, the javac compiler thinks all of these are the current working directory, which is almost never what you want. 默认地,javac编译器将上述目录都认为是当前目录,而这并不是您所希望的。 www.ibm.com 1. AspectJ comes with an Ant task, dubbed iajc, that acts like javac; however, this process compiles and weaves aspects into subject code. AspectJ引入了一个Ant任务,称为iajc,充当着javac的角色;此过程对方面进行编译并将其编入主体代码中。 www.ibm.com 2. If javac were a pluggable compiler, you could instruct it to compile both your Groovy and Java files at the same time. 如果javac是可插拔的编译器,则可以指示它同时编译Groovy和Java文件。 www.ibm.com 3. xjc is an extended javac compiler that understands XML Schema, XPath expressions, and XML. xjc是一个扩展的javac编绎器,它理解XMLSchema、XPath表达式和XML。 www.ibm.com 4. You can use one of two flags with the javac command: -deprecated or the new -Xlint: deprecated flag. 可以使用下列两个标记之一和javac命令:-deprecated或新的-Xlint:deprecated标记。 www.ibm.com 5. Android apps are written in the Java(TM) language, and compiled by the JDK's javac compiler (or equivalent, like ECJ). Android应用程序是用Java(TM)语言写成的,使用JDK的javac(或等效工具,例如ECJ)来编译。 www.bing.com 6. Code using javac or ECJ APIs is not trivial to read and understand. 采用javac或ECJAPI的代码阅读或了解起来并不繁琐。 www.ibm.com 7. Lombok uses non-public APIs in both javac and ECJ to accomplish its clever code-generation technique. Lombok在javac与ECJ中采用非公共API来实现其智能的代码生成技术。 www.ibm.com 8. I've included tests for both javac and ECJ annotation handlers in this article's sample code (see Download). 我已在本文示例代码中(见下载)包含了用于javac与ECJ注释处理程序的测试。 www.ibm.com 9. Assuming there are no syntax errors, javac places the compiled . class file in the same directory where the . java file is. 假设没有出现任何语法错误,javac将编译后的.class文件放到与之对应的.java文件所在的相同目录内。 www.ibm.com 10. The Iterable options allow the client to pass additional compiler options that correspond to the javac options. Iterableoptions允许客户机传递额外的编译器选项,这些选项均对应于javac选项。 www.ibm.com 1. In one future, Duby becomes a widely-used, general-purpose replacement for Java and javac. 其一,Duby成为广泛使用的、通用的Java、javac代替品。 www.infoq.com 2. For all you lazy developers who have happily forgotten the cryptic syntax of java and javac, a useful Ant task is also available. 对于所有那些已经非常高兴地忘记了java和javac的神秘语法的开发人员来说,还提供了一个有用的Ant任务。 www.ibm.com 3. String concatenation: The JSR 14 target mode of javac causes the compiler to generate calls to StringBuffer instead of StringBuilder. 字符串连接:javac的JSR14目标模式使编译器生成对StringBuffer的调用而不是对StringBuilder的调用。 www.ibm.com 4. Sadly, the javac compiler will do exactly that unless you're careful. 遗憾的是,如果不够谨慎,javac编译器就会“明知故犯”。 www.ibm.com 5. But in this style-called the @AspectJ model-aspects can be compiled using javac. 但以这种风格——叫做@AspectJ模型——切面能使用javac进行编译。 www.infoq.com 6. Javac is the default compiler used by build tools like Ant and Maven. Javac是Ant与Maven之类的构建工具所默认采用的编译器。 www.ibm.com 7. After doing the above work, use the following command to start the program: javac-classpath " new grapro directory parent directory" grapro. 做好上面的工作之后,用下面的命令来启动程序:javaw–classpath“新建的grapro目录的上级目录”grapro。 3333355555.com 8. Tag file source is compiled when the including JSP is processed by javac. 用javac处理所包括的JSP时编译标记文件源代码。 www.ibm.com 9. This tip is useful only if you decide to support both javac and ECJ. 如果决定同时支持javac与ECJ,这一提示将很有用。 www.ibm.com 10. The good news is that the Lombok team has done a fairly good job of documenting how they use javac and ECJ to generate AST nodes. 有一个好消息是,Lombok团队已经完成了大量关于利用javac与ECJ生成AST节点的相关文档工作。 www.ibm.com 1. Compile the Java code using the command-line Java tool javac. 使用命令行Java工具javac编译Java代码。 www.ibm.com 2. Going back to our use of "javac" , after compiling the source code we probably want to run it, with a command such as "java TestProgram" . 回到我们使用过的“javac”,在编译完源代码之后我们可能想用命令“javaTestProgram”来运行它。 www.ibm.com 3. Because it's not, you can simply wrap the javac task in Ant with a groovyc task. 但是它不是,因此您只需用groovyc任务在Ant中封装javac任务。 www.ibm.com 4. Compile wsdlcpp using the command javac wsdlcpp. java. 使用javacwsdlcpp.java命令编译wsdlcpp。 www.ibm.com 5. This class, on the other hand, can be compiled using javac and applied by Spring. 这个类,在另一方面,可以使用javac进行编译并由Spring应用。 www.infoq.com 6. I want a language that can replace javac in producing free-standing Java . class files. 我想要一种语言,能在生成自立的Java.class文件时代替javac。 www.infoq.com 7. Now the program compiles without error and produces the output shown in Figure 4. Notice that javac also compiled the file Fraction. java 现在再编译程序,就不会出现错误,并会产生如图5所示的输出。 www.ibm.com 8. Retroweaver came first, and it handled all the cases handled by javac -target JSR 14, and a few more 首先是Retroweaver,它能处理javac-targetJSR14能处理的所有情况和其他一些情况 www.ibm.com 9. Compiling this code (javac HelloJavaSwing. java) and running it (java HelloJava) should yield an application as shown in Figure 1 编译这段代码(javacHelloJavaSwing.java)并运行它(javaHelloJava),应该会显示图1所示的应用程序 www.ibm.com 10. To run the test, you compile the class with javac and then invoke TestNG with the following command 要运行测试,请用javac编译类,然后用以下命令调用TestNG www.ibm.com 1. Annotations handlers (for both javac and ECJ) that generate the "bound" setter 生成“绑定”setter的注释处理程序(用于javac及ECJ) www.ibm.com 2. Open a command window and compile by executing: javac InfiniteLoop. java. (Use any javac available. ) 打开一个命令行窗口并通过执行:javacInfiniteLoop.java来编译。 www.ibm.com 3. The JSR 14 target mode of javac causes the compiler to emit JDK 1. 4-compatible bytecode corresponding to Java 5 language features javac的JSR14目标模式使编译器生成与Java5语言特性对应的JDK1.4兼容字节码 www.ibm.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。