英文:
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.
专注分享java语言的经验与见解,让所有开发者获益!
评论