java源文件 meaning in Chinese
java source file
Examples
- The code generation wizard generated two java source files , which you can see by opening the src folder in the pde package explorer
代码生成向导生成了两个java源文件,打开pde package explorer中的src文件夹就可以看到它们。 - You ll create a new java package in your web project , import the java source file into the workbench , and then use the web service wizard to turn the java class into a web service
您将在您的web项目中创建一个新的java包,将java源文件导入workbench ,然后使用web服务向导将java类转换为一个web服务。 - This illustrates a standard web - application source code layout consisting of a few java source files , a . jsp file , some supporting deployment descriptors , and the geronimo deployment plan
图中列出了由若干java源文件、一个. jsp文件、一些支持部署描述符和geronimo部署计划组成的标准web应用程序源代码布局。 - Building an aspectj program is similar to building a java program . it involves invoking the aspectj incremental compiler , which builds all the project sources , including the plain java sources
构建aspectj程序与构建java程序类似,其中包括调用aspectj的递增编译器,构建所有的项目源文件,包括普通的java源文件。 - You just place your java source files in java packages within the javasource folder in the java resources folder , and you place the content for your web pages in the webcontent folder
您只需要将您的java源文件放入java resources文件夹内的javasource文件夹中的java包,将用于web页的内容放在webcontent文件夹中。