加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

NetBeans issues and solutions.(build.xml and debug multiple

发布时间:2020-12-16 23:37:57 所属栏目:百科 来源:网络整理
导读:Copy a directory to another directory when building the .jar in NetBeans in the build.xml file. Solution: ? ?Reference is?here.? 1) copydir src ="${base.path}/lib/" dest ="${build.path}/lib" / ? ? 2. Copy a file to another directory when b
  1. Copy a directory to another directory when building the .jar in NetBeans in the build.xml file.

    Solution:? ?Reference is?here.?

        1)

  <copydir src="${base.path}/lib/"
           dest="${build.path}/lib"
  />

?

 ? 2. Copy a file to another directory when building the .jar in NetBeans

    Solution:? ?Reference is?here.?

        1)

<copy file="filetocopy" todir="../myfolder"/>

?

  

  3.?How NetBeans launch external debugger

    Solution:? ??

        1) In the menu bar,click the list of "Debug Project"

                  

        2) Choose "Attach Debugger",then fill in the port and leave other fields as default,then should good to go.

          

?

  4. NetBeans debug two projects at same time

    Solution:??

        1) Debug the first project.

        2) Debug the second project.

        3) In the "Debugging" window,can change the project that debugging.?

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读