Skip to main content



      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 12:43 Go to next message
Eclipse UserFriend
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 14:20 Go to previous message
Eclipse UserFriend
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 May 16 02:08:17 EDT 2025

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

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

Back to the top