how to see compiler instructions

hy,
I tried vainly to see the full compiler instructions of intelli idea when it compiles a program.

javac .....

can anybody help me?

thx
dziadgba

0
3 comments

Hello dziadgba,

I tried vainly to see the full compiler instructions of intelli idea
when it compiles a program.
javac .....


IntelliJ IDEA doesn't run javac through the command line, so it's not possible
to see the command line parameters. Why do you need to see them?

--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

thanks,
it was only a general wondering
I did not succeed to compile by commandline so I wanted to see how intellj did it
never mind
bye

0

thanks,
it was only a general wondering
I did not succeed to compile by commandline so I wanted to see how intellj did it
never mind
bye

0

Please sign in to leave a comment.