Re: Which are the good compilers for writing Java applications?
Quote:
Originally posted by bona
Which compilers are really good for writing all kind of Java programs (desktop applications, applets, JSP, servlets ...). Something like JBuilder Enterprise?
If you want to have a program that opens fast (unlike Forte or JBuilder),
try TextPad or pcGrasp. All you have to do is setup the path to javac.exe
and java.exe. pcGrasp auto-formats brackets and indentions for you.
HOWEVER, these do not have auto-complete and do not have MANY of the
advanced features of the larger IDE's.
I am writing my own IDE in Visual Basic and I have a few questions:
How can I bring in the compiler messages from the console to a window in
my application? Also, when I run the program, if I just Shell java.exe to run
the class file, the window disappears after the program is finished. How can
I either bring a console window into my app or have a message "Press any
key to continue." and then close the console window?
Thanks