The sample directory is where we will put our java source file Sample目錄就是我們放java源文件的位置。
You ll see that it now contains a " samples " package with six java source files 您將看到它現在包含一個“示例”包,其中有六個java源文件。
The corresponding java source files that the rjcb code generator generates are shown in listings 2 and 3 Rjcb代碼生成器生成的對應的java源文件,如清單2和3所示:
The jet compiler creates a java source file for each jet , so the convention is to name the template Jet編譯器會為每個jet都創建一個java源文件,因此習慣上是將模板命名為
To create a new java package in your web project and import the java source file , follow these steps 要在您的web項目中創建一個新的java包并導入java源文件,請遵循以下步驟:
Prior to transformation , we need to save all modified files and compile all java source files into classes 進行轉換之前,需要保存所有修改的文件,并且將所有的java源文件編譯成類。
This completes importing the web components , including the java source files and all libraries for the application 這樣便完成了web組件的導入,包括java源文件和用于應用程序的所有庫。
In this case , ifile is a java source file , and so you could cast it as an icompilationunit 在這種情況下, ifile是一個java源文件,因此您可以將它因此您可以將它強制轉型為icompilationunit 。
Method is given the entire source code for the compilation unit , that is , everything in the java source file Scanner . setsource方法提供了編譯單元的完整源代碼,即java源文件中的所有內容。
Jython code can be directly interpreted or it can be translated to java source that is automatically compiled to class files see Jython代碼可以直接解釋,也可以翻譯成自動編譯為類文件的java源文件(請參閱