debugging - How do I build, deploy and debug standalone java app on remote machine? -
how build, deploy , debug standalone java app on remote machine idea ?
i have remote machine hardware device connected it. want develop standalone java app on pc, build locally app should deployed , running on remote machine accessible via ssh. i'll using java remote debug.
i've googled extensively couldn't understand if it's possible achieve in idea (even though idea allows java servlet containers). tried "remote ssh external tools" plugin. i'm not sure specify in following dialog (which seems have bug)
what options have ?
if machine reachable via ssh need 2 things:
- configure java application remote debugging
- connect application via ssh
this tutorial should going: remote debug of java app using ssh tunneling
Comments
Post a Comment