| 1. | The sample directory is where we will put our java source file Sample目录就是我们放java源文件的位置。 |
| 2. | You ll see that it now contains a " samples " package with six java source files 您将看到它现在包含一个“示例”包,其中有六个java源文件。 |
| 3. | The corresponding java source files that the rjcb code generator generates are shown in listings 2 and 3 Rjcb代码生成器生成的对应的java源文件,如清单2和3所示: |
| 4. | The jet compiler creates a java source file for each jet , so the convention is to name the template Jet编译器会为每个jet都创建一个java源文件,因此习惯上是将模板命名为 |
| 5. | To create a new java package in your web project and import the java source file , follow these steps 要在您的web项目中创建一个新的java包并导入java源文件,请遵循以下步骤: |
| 6. | Prior to transformation , we need to save all modified files and compile all java source files into classes 进行转换之前,需要保存所有修改的文件,并且将所有的java源文件编译成类。 |
| 7. | This completes importing the web components , including the java source files and all libraries for the application 这样便完成了web组件的导入,包括java源文件和用于应用程序的所有库。 |
| 8. | In this case , ifile is a java source file , and so you could cast it as an icompilationunit 在这种情况下, ifile是一个java源文件,因此您可以将它因此您可以将它强制转型为icompilationunit 。 |
| 9. | Method is given the entire source code for the compilation unit , that is , everything in the java source file Scanner . setsource方法提供了编译单元的完整源代码,即java源文件中的所有内容。 |
| 10. | Jython code can be directly interpreted or it can be translated to java source that is automatically compiled to class files see Jython代码可以直接解释,也可以翻译成自动编译为类文件的java源文件(请参阅 |