zoukankan      html  css  js  c++  java
  • 编译jxsesrc2.5源代码缺少的文件

    http://www.java.net/node/674641

    ——————————————————————————————————————————————————

    Hi,

    I am trying to compile JXTA 2.5 from the source code. I have downloaded jxse-src-2.5.zip and I have noticed that it is missing the following files to compile properly:

    import net.jxta.impl.endpoint.endpointMeter.EndpointMeterBuildSettings;
    import net.jxta.impl.endpoint.transportMeter.TransportMeterBuildSettings;
    import net.jxta.impl.rendezvous.rendezvousMeter.RendezvousMeterBuildSettings;
    MeterBuildSettings

    Can someone post a complete version of the source code?

    Thanks,

    J.

    ——————————————————————

    Those files (as many as 10 in total) are dynamically generated during the JXTA build process. In order to build JXTA you must run the 'ant' or 'make' command at least once. Building the NetBeans Project also works since it runs the ant script.

    Mike

    ——————————————————————

    Same is true for jxse-src-2.5.tar.gz

    ——————————————————————

    总的来说,就是现在netbeans中导入源文件,然后执行ant进行编译,完成后在build_generated目录下会生成缺少的几个源文件。

    ——————————————————————————————————
    傲轩游戏网
  • 相关阅读:
    C字符串处理函数
    C语言字符串函数大全
    那些闪亮的日子
    牛客网在线编程:幸运数
    牛客网在线编程:水仙花数
    [LeetCode]617.Merge Two Binary Trees
    [LeetCode]657.Judge Route Circle
    [LeetCode]141. Linked List Cycle
    五大算法:分治,贪心,动态规划,回溯,分支界定
    [LeetCode]387.First Unique Character in a String
  • 原文地址:https://www.cnblogs.com/cuizhf/p/2997029.html
Copyright © 2011-2022 走看看