I write maven project and I run it in Eclipse but I want to run maven project in using command line so I write
java -jar -Dapple.awt.UIElement=\"true\" target/
You have called the java command from an incorrect path ( i.e., Windows/system32 ) instead of your projects base directory .... cd to your projects base directory and try again .... That might solve your problem ....