JAVAC 英语是什么意思 - 英语翻译

形容词

在 中文 中使用 Javac 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
使用javac来编译。
Use javac for compiling.
一个静态编译的例子是javac
An example of a static compiler is javac.
不幸的是,javac没有这样做。
Unfortunately, javac does not do this.
Javac编译器还提供-g和-g:none选项。
The javac compiler also supplies the-g and-g: none options.
我们必须首先编译程序:javachelloworld.java。
We have to first compile the program: javac HelloWorld. java.
Javac编译器提供了一些需要知道的选项。
The javac compiler provides a few options that you need to know.
优化编译性能:将ajc与javac结合使用.
Optimizing compilation performance: Using ajc in combination with javac.
例如,javac一直允许使用功能非常有限的类型推断形式:.
For example, javac has always permitted a very limited form of type inference:.
Odersky之前曾工作于GenericJava和javac(Sun的Java编辑器)。
Odersky had previously worked on Generic Java and javac, Sun's Java compiler.
这些以及类似的NetBeans改进已经集成到了javac,使它成为一个更好的编译器。
These andsimilar NetBeans improvements have been integrated back into javac, making it a better compiler.
这也意味着javac编译器生成的字节码并不比你编写的代码好。
This also means that the bytecode that is generated by the javac compiler is not any better than the code that you write.
在基于Windows的操作系统中,如果环境变量不正确,则可能在运行javac时出错。
In a Windows-based operating system, if the environment variables are not correct,you might get an error when running javac.
IntelliJIDEA可让你使用ajc与javac组合,而无需在IDE设置中切换编译器。
IntelliJ IDEA lets you use ajc in combination with javac without the need to switch the compilers in the IDE settings.
作为新的开发人员,您将要使用的主要工具是javac编译器,java启动器和javadoc文档工具。
As a new developer,the main tools required are the javac compiler, the java launcher, and the javadoc documentation tool.
试试使用java-version和javac-version这两个命令,可以显示你安装的Java是什么版本的。
Try typing the commands java-version and javac-version which should tell you which version of Java is installed.
去执行这个程序你需要先用javac(JDK内置的静态Java语言到字节码编译器)编译。
To execute this program you need to first compile it with javac, the JDK's built-in static Java language-to-bytecode compiler.
文件保存在你的工作目录,转到命令窗口并使用javac命令来编译它,如上文所述。
Once the le is saved in your working directory,go to the command window and use the javac command to compile it, as discussed above.
作为新的开发人员,您将要使用的主要工具是javac编译器,java启动器和javadoc文档工具。
As a new developer,the main tools you will be using are the javac compiler, the java launcher, and the Javadoc documentation tool.
Java运行时环境(JRE)才能执行类文件,但不能编辑它们,因为它不包括javac的二进制文件。
The Java Runtime Environment(JRE) can execute CLASS files,but it cannot compile them since it does not include the javac binary.
这个特性包括改进javac工具的稳定性和可移植性,以便在JVM(Java虚拟机)能默认使用它。
This feature involves improving the s javac tool's stability and portability so it can be used in the JVM(Java Virtual Machine) by default.
javac-release命令行为有所不同了Java9和Java10个目标由于一些额外的模块在Oracle的版本存在.
The javac- release command behaves differently for the Java 9 and Java 10 targets due to the presence of some additional modules in Oracle's release.
如果“java”命令正常运行了,但是“javac”却不正常,那应该是安装了JavaRuntime,而不是开发套件(DevelopmentKit)。
If the java command works, but javac does not, it means that a Java Runtime is installed rather than a Development Kit.
新编译器仍将可以使用旧二进制文件(但是旧编译器可能无法识别新二进制文件,比如javac1.6,它无法读取由javac1.8编译的类)。
A newer compiler will work with older binaries(but older compilers may not understand newer binaries, like javac 1.6 can't read classes compiled by javac 1.8);
基于Java代码,javac生成相应的可执行字节码,并保存在相同名字的class文件:MyApp.class中。
Based on the Java code, javac generates the corresponding executable bytecode and saves it into a same-named class file: MyApp. class.
最后,设置PATH和JAVA_HOME环境变量,引入包含java和javac的目录,通常分别为javainstalldir/bin和javainstalldir。
Finally set PATH andJAVA_HOME environment variables to refer to the directory that contains java and javac, typically java_install_dir/bin and java_install_dir respectively.
更重要的是,javac编译器不执行简单的优化,如循环展开,代数简化,强度降低等。
More importantly, the javac compiler does not perform simple optimizations like loop unrolling, algebraic simplification, strength reduction, and others.
最后,设置PATH和JAVA_HOME环境变量指向包含java和javac的目录,通常分别为java_install_dir/bin和java_install_dir。
Finally set PATH andJAVA_HOME environment variables to refer to the directory that contains java and javac, typically java_install_dir/bin and java_install_dir respectively.
例如,支持基于javac的NetBeansJavaEditor特性,javac的组件必须提高,如它的错误校正。
For example, to support NetBeans Java Editor features based on javac,parts of javac had to be improved, such as its error recovery.
最后,设置PATH和JAVA_HOME环境变量指向的目录,其中包含java和javac,通常分别为:java_install_dir/bin和java_install_dir。
Finally set PATH andJAVA_HOME environment variables to refer to the directory that contains java and javac, typically java_install_dir/bin and java_install_dir respectively.
其次深入介绍Java技术,包括I/O技术、中文编码问题、Javac编译原理、class文件结构解析、ClassLoader工作机制及JVM的内存管理等。
Secondly introduces the Java technology, including I/O technology,Chinese coding problem, Javac compiler, class file structure, working mechanism of ClassLoader and JVM of memory management.
结果: 51, 时间: 0.0139

顶级字典查询

中文 - 英语