Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Remote Development(Local code, remote bytecode)
Remote Development [message #672064] Thu, 19 May 2011 18:30
Justin Anastos is currently offline Justin AnastosFriend
Messages: 1
Registered: May 2011
Location: Stoneham, MA, USA
Junior Member
Here is my situation. I'm developing a Java console application on a Windows 7 box. I will be running the application on a remote Solaris machine. The application depends on files accessible on the Solaris box and not on the Windows box. Is there any way, when I click the "debug" button in Eclipse, that it'll compile the code, and then run it on the VM of the remote Solaris box?

Running it locally will be useless as I don't have the necessary files. The only options I've seen are compile, sftp the file over, run the file in debug mode, and then connect with Eclipse for Remote Debugging. I'd like to avoid all those steps as it will be very tedious to compile, send, run, connect, test for every single change I make.

Thanks,
Justin
Previous Topic:question on ugly code formatting
Next Topic:JAR File Interaction
Goto Forum:
  


Current Time: Sat Apr 20 03:09:19 GMT 2024

Powered by FUDForum. Page generated in 0.02702 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top