Hi y'all it's not you ken it's ME. ME is a pain in the a... when it comes to command line programming. Example: I once tried to start suns j2ee ref impl on ME. The length of a single command line is restricted to something like 256 characters and with all those -D options and a lengthy classpath it's impossible to start the server. I had to write a "other class main invoker" which reads all -D options from properties-file and stores it in system environment before invoking the main main method (this also implies tweaking with security issues) Conclusion: better avoid ME`s commandline and use NT derivates
Peter ----- Original Message ----- From: Richard Yee <[EMAIL PROTECTED]> Date: Friday, December 14, 2001 2:51 am Subject: Re: me or ME > Mark, > If you read the original post, Ken is using Windows ME. I am > using Windows > XP and haven't had any problems with it. I was merely pointing > out that > what he was trying to do works fine on XP so it is most likely a > problemwith what he is doing rather than the ME operating system. > My development > machine is behind a firewall and is only used for development. To > answeryour question, I use XP Professional Edition because I find > that runs my > development environments and other software very well. > > Regards, > > Richard > > > At 08:25 PM 12/13/2001 -0500, you wrote: > >The simple question is, "Why are you using Windows XP?" Like > every other > >edition/version of Windows, it will take years for all the > security issues > >and bugs to be worked out. Take it for granted: Microsoft uses > it's user > >base to beta test its software. That's why we have SP1, SP2, > SPn...to>continually fix the stuff M$ didn't properly test because > of the > >rush-to-market for $$$. No other software company in the world > does this. > > > >"Downgrade" your system to a stable, reliable (is there such a > thing from > >M$?) release and you probably will not have anymore problems. If > you insist > >on being on the bleeding edge, suck it up, dude! You are the > kind of user > >M$ loves! > > > >Cheers! > >Mark > > > >This email scanned with Norton AntiVirus 2002 > > > >----- Original Message ----- > >From: "Richard Yee" <[EMAIL PROTECTED]> > >Sent: Thursday, December 13, 2001 4:10 PM > > > > > > > Ken, > > > The command "javac somefile.java 2> err.txt" works fine on > Windows XP. I > > > get errors written to the err.txt file. Are you sure you > don't have a > > > space between the '2' and '>'? There can't be a space between > them.> > > > > Regards, > > > > > > Richard > > > >_______________________________________________________________________ ____ > >To unsubscribe, send email to [EMAIL PROTECTED] and include > in the body > >of the message "signoff SERVLET-INTEREST". > > > >Archives: http: > >Resources: http://java.sun.com/products/servlet/external- > resources.html>LISTSERV Help: > http://www.lsoft.com/manuals/user/user.html > ________________________________________________________________________ ___ > To unsubscribe, send email to [EMAIL PROTECTED] and include in > the body > of the message "signoff SERVLET-INTEREST". > > Archives: http: > Resources: http://java.sun.com/products/servlet/external- > resources.htmlLISTSERV Help: > http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
