java source file meaning in English
java源文件
Examples
- The new file is a java source file , and assuming all went well you can now compile it normally
这个新文件就是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 。