<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 编译器选项

      时间:2023-10-14
      • <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 编译器选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:编译器优化:Java 字节码 下一篇:从自定义类加载器中使用 javax.tools.ToolProvider?

                相关文章

                  <bdo id='YEBV7'></bdo><ul id='YEBV7'></ul>
              2. <legend id='YEBV7'><style id='YEBV7'><dir id='YEBV7'><q id='YEBV7'></q></dir></style></legend>
              3. <tfoot id='YEBV7'></tfoot>

                  <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>