javac
美
英 
例句
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程序編譯成本地的與平臺無關的格式(類文件)。
And, now that javac is open source, it is possible the features might be supported by a third party.
而且,既然javac是開源的,那么這個特性有可能得到第三方的支持。
In fact, I purposely created it with just a Java editor, Wordpad for the files, javac, and the jar command.
實際上,我故意使用一個Java編輯器、文件的Wordpad、javac和jar命令進行創建。
java and --javac allow you to generate "real" Java classes from Ruby classes in a given file.
java和--javac能根據給定文件中的Ruby類生成“真正的”Java類。
Enumerations: The JSR 14 target mode of javac has no special support for enumerations.
枚舉:javacJSR14目標模式對枚舉沒有特殊支持。
There shouldn't be too many surprises here, other than some of the niceties that the javac compiler added on your behalf.
除了為您添加了javac編譯器之外,這段代碼中不應當有過多令人驚訝之處。
In my opinion, any Lombok extension needs to support both javac and ECJ, at least for now.
以我的觀點看,任何Lombok擴展都需要同時支持javac與ECJ,至少現在是這樣。
Make sure the file extension ends in . aj, but don't attempt to compile it with the normal javac.
請確保文件的擴展名以.aj結束,但不要試著用常規的javac對其進行編譯。
In between the do and the end of my javac task is where all the magic happens.
魔力就發生在javac任務的do和end之間。
By default, the javac compiler thinks all of these are the current working directory, which is almost never what you want.
默認地,javac編譯器將上述目錄都認為是當前目錄,而這并不是您所希望的。
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的角色;此過程對方面進行編譯并將其編入主體代碼中。
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文件。
xjc is an extended javac compiler that understands XML Schema, XPath expressions, and XML.
xjc是一個擴展的javac編繹器,它理解XMLSchema、XPath表達式和XML。
You can use one of two flags with the javac command: -deprecated or the new -Xlint: deprecated flag.
可以使用下列兩個標記之一和javac命令:-deprecated或新的-Xlint:deprecated標記。
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)來編譯。
Code using javac or ECJ APIs is not trivial to read and understand.
采用javac或ECJAPI的代碼閱讀或了解起來并不繁瑣。
Lombok uses non-public APIs in both javac and ECJ to accomplish its clever code-generation technique.
Lombok在javac與ECJ中采用非公共API來實現其智能的代碼生成技術。
I've included tests for both javac and ECJ annotation handlers in this article's sample code (see Download).
我已在本文示例代碼中(見下載)包含了用于javac與ECJ注釋處理程序的測試。
Assuming there are no syntax errors, javac places the compiled . class file in the same directory where the . java file is.
假設沒有出現任何語法錯誤,javac將編譯后的.class文件放到與之對應的.java文件所在的相同目錄內。
The Iterable options allow the client to pass additional compiler options that correspond to the javac options.
Iterableoptions允許客戶機傳遞額外的編譯器選項,這些選項均對應于javac選項。
In one future, Duby becomes a widely-used, general-purpose replacement for Java and javac.
其一,Duby成為廣泛使用的、通用的Java、javac代替品。
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任務。
String concatenation: The JSR 14 target mode of javac causes the compiler to generate calls to StringBuffer instead of StringBuilder.
字符串連接:javac的JSR14目標模式使編譯器生成對StringBuffer的調用而不是對StringBuilder的調用。
Sadly, the javac compiler will do exactly that unless you're careful.
遺憾的是,如果不夠謹慎,javac編譯器就會“明知故犯”。
But in this style-called the @AspectJ model-aspects can be compiled using javac.
但以這種風格——叫做@AspectJ模型——切面能使用javac進行編譯。
Javac is the default compiler used by build tools like Ant and Maven.
Javac是Ant與Maven之類的構建工具所默認采用的編譯器。
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。
Tag file source is compiled when the including JSP is processed by javac.
用javac處理所包括的JSP時編譯標記文件源代碼。
This tip is useful only if you decide to support both javac and ECJ.
如果決定同時支持javac與ECJ,這一提示將很有用。
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節點的相關文檔工作。
Compile the Java code using the command-line Java tool javac.
使用命令行Java工具javac編譯Java代碼。
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”來運行它。
Because it's not, you can simply wrap the javac task in Ant with a groovyc task.
但是它不是,因此您只需用groovyc任務在Ant中封裝javac任務。
Compile wsdlcpp using the command javac wsdlcpp. java.
使用javacwsdlcpp.java命令編譯wsdlcpp。
This class, on the other hand, can be compiled using javac and applied by Spring.
這個類,在另一方面,可以使用javac進行編譯并由Spring應用。
I want a language that can replace javac in producing free-standing Java . class files.
我想要一種語言,能在生成自立的Java.class文件時代替javac。
Now the program compiles without error and produces the output shown in Figure 4. Notice that javac also compiled the file Fraction. java
現在再編譯程序,就不會出現錯誤,并會產生如圖5所示的輸出。
Retroweaver came first, and it handled all the cases handled by javac -target JSR 14, and a few more
首先是Retroweaver,它能處理javac-targetJSR14能處理的所有情況和其他一些情況
Compiling this code (javac HelloJavaSwing. java) and running it (java HelloJava) should yield an application as shown in Figure 1
編譯這段代碼(javacHelloJavaSwing.java)并運行它(javaHelloJava),應該會顯示圖1所示的應用程序
To run the test, you compile the class with javac and then invoke TestNG with the following command
要運行測試,請用javac編譯類,然后用以下命令調用TestNG