View javac command line
Hi
Is there any way to view the javac command line when I Make a project? (As happen when I run the application –I view java command line in Make window-)
It would be really nice for debugging purposes
Thanks
Please sign in to leave a comment.
I'm afraid it would be rather big text block if IDEA prints the whole comnmand line. What particular data would you like to be
printed?
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"jfriend" <no_reply@jetbrains.com> wrote in message news:28379071.1146314023084.JavaMail.itn@is.intellij.net...
>
>
>
Forgot to mention that the command line is printed out to idea.log (without classpath and sources to be compiled which are specified
in the dedicated files)
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Hi again
I saw idea.log
It does not provide the info I want
I am interesting to see the full javac parameters
javac –cp classpaths –d dir src_files
any way to do it ?
Thanks
When you run your java class, idea prints the command line.
Hi
I know about the java command as I say in my first post
My problem is with javac command
Thanks