Opening netbeans via SSH
Asked Answered
B

2

0

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.

Belenbelesprit answered 19/11, 2010 at 23:27 Comment(0)
M
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.

Mandeville answered 19/11, 2010 at 23:36 Comment(0)
B
0
ssh -X <IP> "<path_to_netbeans_binary>"
Bedrail answered 19/11, 2010 at 23:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.