Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » java command line to start a program
java command line to start a program [message #820845] Wed, 14 March 2012 16:43 Go to next message
Paolo Bolzoni is currently offline Paolo BolzoniFriend
Messages: 2
Registered: February 2012
Junior Member
I am developing a distributed application. So, often I need to start the application in different computers I control via ssh.

Of course eclipse is installed only on my local host where I write code.

My question is, is there an easy way to know the complete java command line used to start the main()? At the moment I start the program locally and use ``ps aux'', but it seems so unnatural.
Re: java command line to start a program [message #820909 is a reply to message #820845] Wed, 14 March 2012 18:20 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
Run your program in Eclipse. Open the Debug view. Select the entry representing your program. Right click and select Properties. This will display the full command line used to launch the program.
Previous Topic:understanding access rules and forbidden, discouraged reference
Next Topic:Why Did They Change The Way Plugins Are Installed?
Goto Forum:
  


Current Time: Fri Mar 29 08:11:32 GMT 2024

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

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

Back to the top