Posted By:
Luigi_Viggiano
Posted On:
Wednesday, June 13, 2001 04:24 AM
I believe you cannot: JBuilder uses its own .java compiler. In JBuilder4in you should find bcj.exe that is a native wrapper for com.borland.compiler.frontend.Main that is used to compile java sources. In JBuilder there's no option to show the command line produced by the IDE. Althought, you can suppose it is very similar to the command line used to run the project in the message pane.