|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: a few java questions
Tim Elder wrote: > > First question: I'm going to assume that you're using the command line compiler. You can't really slow it down but what you can do is pipe the output into a file, and read the file. You can do this by: > > javac FileName.java > errorfile.txt I thought so too. But then I tested it and it didn't work. > > The next question, the UI thing... that's a heck of a lot of code... have a look at what the errorfile.txt (or whatever you want to call it) says, and let me know then. > > Tim > > ___________________________________________ > Beer is the path to the dark side. Beer leads to Stella, > Stella leads to Speights. Speights, leads to suffering > > >>> "Jonathan Smith" <jon_1_5@hotmail.com> 5/04/00 15:35:01 >>> > How can I slow down my java compiler? Everytime I try to compile it comes up > real fast and goes down even faster without seeing the errors or anything. > > ================================================================= > The GameProgrammer.Com mailing list is for the open discussion > of any topic related to the art, science, and business of > programming games. This list is especially tolerant of beginners. > We were all beginners once > > To SUBSCRIBE or UNSUBSCRIBE please visit: > http://gameprogrammer.com/mailinglist.html ================================================================= The GameProgrammer.Com mailing list is for the open discussion of any topic related to the art, science, and business of programming games. This list is especially tolerant of beginners. We were all beginners once To SUBSCRIBE or UNSUBSCRIBE please visit: http://gameprogrammer.com/mailinglist.html
|
|