<i id='OEgSm'><tr id='OEgSm'><dt id='OEgSm'><q id='OEgSm'><span id='OEgSm'><b id='OEgSm'><form id='OEgSm'><ins id='OEgSm'></ins><ul id='OEgSm'></ul><sub id='OEgSm'></sub></form><legend id='OEgSm'></legend><bdo id='OEgSm'><pre id='OEgSm'><center id='OEgSm'></center></pre></bdo></b><th id='OEgSm'></th></span></q></dt></tr></i><div id='OEgSm'><tfoot id='OEgSm'></tfoot><dl id='OEgSm'><fieldset id='OEgSm'></fieldset></dl></div>

      <bdo id='OEgSm'></bdo><ul id='OEgSm'></ul>
    <tfoot id='OEgSm'></tfoot>

      <small id='OEgSm'></small><noframes id='OEgSm'>

      <legend id='OEgSm'><style id='OEgSm'><dir id='OEgSm'><q id='OEgSm'></q></dir></style></legend>

      生成 .exe 文件的 Java 编译器选项

      Java Compiler Options to produce .exe files(生成 .exe 文件的 Java 编译器选项)
      • <i id='O4CJO'><tr id='O4CJO'><dt id='O4CJO'><q id='O4CJO'><span id='O4CJO'><b id='O4CJO'><form id='O4CJO'><ins id='O4CJO'></ins><ul id='O4CJO'></ul><sub id='O4CJO'></sub></form><legend id='O4CJO'></legend><bdo id='O4CJO'><pre id='O4CJO'><center id='O4CJO'></center></pre></bdo></b><th id='O4CJO'></th></span></q></dt></tr></i><div id='O4CJO'><tfoot id='O4CJO'></tfoot><dl id='O4CJO'><fieldset id='O4CJO'></fieldset></dl></div>
        1. <small id='O4CJO'></small><noframes id='O4CJO'>

            <tbody id='O4CJO'></tbody>
              <bdo id='O4CJO'></bdo><ul id='O4CJO'></ul>
              <tfoot id='O4CJO'></tfoot>

                <legend id='O4CJO'><style id='O4CJO'><dir id='O4CJO'><q id='O4CJO'></q></dir></style></legend>
              1. 本文介绍了生成 .exe 文件的 Java 编译器选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我应该使用什么编译器(我使用的是 gcj 4.x)选项来为我的 java 应用程序生成一个exe"文件以在 Windows 中运行?

                What compiler (I'm using gcj 4.x) options should I use to generate an "exe" file for my java application to run in windows?

                推荐答案

                要编译 Java 程序 MyJavaProg.java,请键入:

                To compile the Java program MyJavaProg.java, type:

                gcj -c -g -O MyJavaProg.java
                

                要链接它,请使用命令:

                To link it, use the command:

                gcj --main=MyJavaProg -o MyJavaProg MyJavaProg.o
                

                然后链接创建一个可执行的mycxxprog.exe

                and then linking to create an executable mycxxprog.exe

                g++ -o mycxxprog.exe mycxxprog.o
                

                这篇关于生成 .exe 文件的 Java 编译器选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Compiling C++ for the JVM(为 JVM 编译 C++)
                Compile to java bytecode (without using Java)(编译成java字节码(不使用Java))
                How to drive C#, C++ or Java compiler to compute 1+2+3+...+1000 at compile time?(如何在编译时驱动 C#、C++ 或 Java 编译器计算 1+2+3+...+1000?)
                Java ClassLoader: load same class twice(Java ClassLoader:两次加载相同的类)
                How to debug .class files in ECLIPSE?(如何在 ECLIPSE 中调试 .class 文件?)
                Java quot;The blank final field may not have been initializedquot; Anonymous Interface vs Lambda Expression(Java“可能尚未初始化空白的最终字段匿名接口与 Lambda 表达式)
                  <bdo id='YEBV7'></bdo><ul id='YEBV7'></ul>
                • <legend id='YEBV7'><style id='YEBV7'><dir id='YEBV7'><q id='YEBV7'></q></dir></style></legend>
                • <tfoot id='YEBV7'></tfoot>
                    <tbody id='YEBV7'></tbody>

                    <small id='YEBV7'></small><noframes id='YEBV7'>

                      1. <i id='YEBV7'><tr id='YEBV7'><dt id='YEBV7'><q id='YEBV7'><span id='YEBV7'><b id='YEBV7'><form id='YEBV7'><ins id='YEBV7'></ins><ul id='YEBV7'></ul><sub id='YEBV7'></sub></form><legend id='YEBV7'></legend><bdo id='YEBV7'><pre id='YEBV7'><center id='YEBV7'></center></pre></bdo></b><th id='YEBV7'></th></span></q></dt></tr></i><div id='YEBV7'><tfoot id='YEBV7'></tfoot><dl id='YEBV7'><fieldset id='YEBV7'></fieldset></dl></div>