NetBeans remote editing for Java projects?

隐身守侯 提交于 2019-12-10 22:54:54

问题


My project makes use of the Play! framework, so I don't need an editor that can compile. I generally like NetBeans, but would like to remote edit source files on the server to save time. I also often switch between my desktop/netbook for development, so remote editing would save me from syncing a dev environment.

All my searches for remote editing for Netbeans suggest that it's available for PHP projects, but I don't see anything for Java projects. If Netbeans doesn't support remote editing for Java projects, is there an IDE that does?

Edit: I develop on Windows but the server runs Linux.


回答1:


You don't mention your operating system, but there are solutions for Windows where you can make a FTP server appear as a regular drive in Windows. That way you can use any editor/IDE you like regardless whether that supports FTP access or not.

A quick search diggs up this: http://www.ghacks.net/2006/08/03/how-to-mount-an-ftp-drive-in-windows/



来源:https://stackoverflow.com/questions/5663713/netbeans-remote-editing-for-java-projects

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