Opening netbeans via SSH

可紊 提交于 2019-12-25 14:29:14

问题


I'm very new to netbeans and linux.I'm using netbeans6.9 in my linux OS for Ruby programing. I need to SSH to this machine,through my windows XP laptop and access netbeans.I'm using Cygwin X for the SSH connection.I'm not able to find an answer so please help me.


回答1:


Depends on where NetBeans was installed. I have it in /usr/local/netbeans-6.9/ (I don't know what the default location is, but I don't think this is it), so my executable is /usr/local/netbeans-6.9/bin/netbeans.




回答2:


ssh -X <IP> "<path_to_netbeans_binary>"


来源:https://stackoverflow.com/questions/4230300/opening-netbeans-via-ssh

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!