Re: remote netbeans
Will Shacklford <[email protected]> Mon, 23 Feb 2015 10:15:28 -0500
| Newsgroups | gmane.comp.java.netbeans.general |
|---|---|
| Message-ID | <[email protected]> |
On 02/22/2015 10:47 PM, Thufir wrote: > How do I run netbeans on pc#1, and then just "use" netbeans on pc#2? > Assuming Linux. That would be through Linux itself, with some sort of > remote desktop? Or, is there something within NB itself to allow that? > > I believe it's possible to configure NB to use a remote JVM -- but is it > possible to run NB **itself** remotely? > > > > thanks, > > Thufir > If all you want to do is compile/test on PC1, you could run netbeans on PC2, go to services, right click C++ build hosts and add PC1. To run all of netbeans on PC1, one could use any number of remote desktop options. I use ssh X11 remote forwarding. ie on pc2 I run the command ssh pc1 which gives me a command line prompt of commands to run on pc1 running netbeans would run it on pc1 but display on pc2. This only works if both pcs are Linux. If pc2 were Windows one might install a vncserver on pc1 and a vnc client on pc2. Google "Linux" and "VNC" or "Remote Desktop" for lots of options. -- Will