Java应用程序从Netbeans远程调试到Raspberry Pi

huangapple 未分类评论46阅读模式
英文:

java application remote debuging from Netbeans to Raspberry Pi

问题

我在Windows下使用NetBeans进行Java控制台应用程序的开发;
我设置了Java调试器(JPDA、SocketAttach、dt_socket、树莓派IP、端口、超时);
但是如何自动将Java生成的结果('dist'文件夹的全部内容)发送到远程系统(树莓派),以便调试最终的软件包。
我在寻找一个“生成后”脚本……可能是FTP脚本,或者其他什么方法。
最好的问候。

英文:

I use NetBeans under Windows for Java console application;
I set The Java debugger (JPDA, SocketAttach, dt_socket, Raspberry IP, port, timeout);
But how to send automatically the result of Java generation (the full content of 'dist' folder) to remote system (Raspberry) in order to debug the last package.
I search for a "post-generation" script...FTP script, or something else.
Best regards.

huangapple
  • 本文由 发表于 2020年4月9日 01:31:00
  • 转载请务必保留本文链接:https://java.coder-hub.com/61106549.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定