Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Running Java app - howto show java command line which is excecuted.
Running Java app - howto show java command line which is excecuted. [message #535035] Fri, 21 May 2010 03:18 Go to next message
Eclipse UserFriend
I've googled a bit and searched this forum, can't find a solution.

When you launch (debug/run) a Java app within Eclipse (using a configuration) is there a way to make it display the actual Java command line in the console or anywhere else? This would be extremely usefull for me.

I know that in the configuration file for the app you can give give arguments, set classpath etc and probably one could deduce what eclipse would be run when executing the path but I would like see the actual commandline statements.

Any help is very much appreciated.

Re: Running Java app - howto show java command line which is excecuted. [message #535148 is a reply to message #535035] Fri, 21 May 2010 08:38 Go to previous messageGo to next message
Eclipse UserFriend
Go to the Debug view after you've run or debug your app. Right click on
your process and choose Properties. There is a Command Line text box,
you can copy the entire command line out of there.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Re: Running Java app - howto show java command line which is excecuted. [message #535175 is a reply to message #535035] Fri, 21 May 2010 09:34 Go to previous message
Eclipse UserFriend
Paul, thanks very much. Works like a charm. very much appreciated.

Previous Topic:Custom property page does not work for compilation units in Package Explorer
Next Topic:Compare API using Eclipse
Goto Forum:
  


Current Time: Thu Mar 27 03:50:05 EDT 2025

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

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

Back to the top