开发者

Opening netbeans via SSH

开发者 https://www.devze.com 2023-01-25 20:27 出处:网络
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 th

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 h开发者_Python百科elp me.


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.


ssh -X <IP> "<path_to_netbeans_binary>"
0

精彩评论

暂无评论...
验证码 换一张
取 消