javac
- 网络编译器;编译;编译程序;编译命令;程序编译
-
Compile the Java code using the command-line Java tool javac .
使用命令行Java工具javac编译Java代码。
-
Javac is the default compiler used by build tools like Ant and Maven .
Javac是Ant与Maven之类的构建工具所默认采用的编译器。
-
Tag file source is compiled when the including JSP is processed by javac .
用javac处理所包括的JSP时编译标记文件源代码。
-
This class , on the other hand , can be compiled using javac and applied by Spring .
这个类,在另一方面,可以使用javac进行编译并由Spring应用。
-
Code using javac or ECJ APIs is not trivial to read and understand .
采用javac或ECJAPI的代码阅读或了解起来并不繁琐。
-
Compile the application ( including the class file ) with javac or jikes and run .
用javac或jikes编译应用程序(包括类文件),然后运行。
-
And , now that javac is open source , it is possible the features might be supported by a third party .
而且,既然javac是开源的,那么这个特性有可能得到第三方的支持。
-
Always use the-d option to javac .
总是对javac应用-d选项。
-
When we want to compile a Java source file , we typically do something like " javac source . java " .
当我们想编译Java源文件时,我们通常会执行“javacsource.java”。
-
Sadly , the javac compiler will do exactly that unless you 're careful .
遗憾的是,如果不够谨慎,javac编译器就会“明知故犯”。
-
The easiest way to compile and run those tests is by using Ant , which means compiling with javac .
编译并返回那些测试的最简单方法是采用Ant,这意味着利用javac来编译。
-
Java and & javac allow you to generate " real " Java classes from Ruby classes in a given file .
java和&javac能根据给定文件中的Ruby类生成“真正的”Java类。
-
This tip is useful only if you decide to support both javac and ECJ .
如果决定同时支持javac与ECJ,这一提示将很有用。
-
In one future , Duby becomes a widely-used , general-purpose replacement for Java and javac .
其一,Duby成为广泛使用的、通用的Java、javac代替品。
-
Override verifies for javac that a method introduced in a derived class has , in fact , overridden a base class method .
@Override验证引入继承类的方法实际上已经覆盖了基类方法。
-
The Iterable options allow the client to pass additional compiler options that correspond to the javac options .
Iterableoptions允许客户机传递额外的编译器选项,这些选项均对应于javac选项。
-
By default , the javac compiler thinks all of these are the current working directory , which is almost never what you want .
默认地,javac编译器将上述目录都认为是当前目录,而这并不是您所希望的。
-
Make sure the file extension ends in . aj , but don 't attempt to compile it with the normal javac .
请确保文件的扩展名以.aj结束,但不要试着用常规的javac对其进行编译。
-
In my opinion , any Lombok extension needs to support both javac and ECJ , at least for now .
以我的观点看,任何Lombok扩展都需要同时支持javac与ECJ,至少现在是这样。
-
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程序编译成本地的与平台无关的格式(类文件)。
-
Lombok uses non-public APIs in both javac and ECJ to accomplish its clever code-generation technique .
Lombok在javac与ECJ中采用非公共API来实现其智能的代码生成技术。
-
Because it 's not , you can simply wrap the javac task in Ant with a groovyc task .
但是它不是,因此您只需用groovyc任务在Ant中封装javac任务。
-
The architects of the javac compiler could have built in understanding of the collections framework , but this approach would have been unnecessarily restrictive .
javac编译器的设计者可能已经内置了对集合框架的理解,但是这种方法有些不必要的限制。
-
What we need is a " quick and practical guide " to javac and ECJ & something that is out of this article 's scope .
我们需要的是一个有关javac与ECJ的“快速而实用的指南”&其中一些超出了本文的范围。
-
Unfortunately they are implemented very differently , forcing you to write two annotation handlers per annotation , one for javac and one for ECJ .
不幸的是,他们的部署完全不同,这使得您不得不为每个注释编写两个注释处理程序,一个用于javac另一个用于ECJ。
-
It will add language features to support module systems in Java , and update key components that currently reference the class path such as the javac and the JVM itself .
这将增加语言功能来支持Java的模块系统,并更新目前需要类路径信息的重要组成部分,如javac和JVM本身。
-
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文件。
-
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节点的相关文档工作。
-
There are other places you can put files so that they are added to the classpath and found by both the javac compiler and the java interpreter .
也可以将文件放到其他地方,以便它们可以被添加到类路径中,并被javac编译器和java解释器找到。
-
The Scala compiler is reliable and robust being written by Martin Odersky , the person who wrote the reference javac compiler you use for Java programs .
Scala编译器也很可靠,它是由MartinOdersky开发的,这家伙编写了javac参考编译器,你每天都在用它编译Java程序。