The Artima Developer Community
Sponsored Link

Java Answers Forum
J2SE error messages

5 replies on 1 page. Most recent reply: Mar 27, 2003 3:01 AM by ssaanndduu

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 5 replies on 1 page
ssaanndduu

Posts: 3
Nickname: ssaanndduu
Registered: Feb, 2003

J2SE error messages Posted: Mar 26, 2003 3:42 AM
Reply to this message Reply
Advertisement
Hi!

How could I ?collect? (redirect) ALL error messages received when using the Sun?s J2SE javac in a (text) file that might be studied in order to solve the errors one by one?
Is there, maybe, another way to solve this problem?

Best regards,
Sandu Crasteti


Dhrubo

Posts: 32
Nickname: dhrubo
Registered: Mar, 2003

Re: J2SE error messages Posted: Mar 26, 2003 6:38 AM
Reply to this message Reply
Try thi

javac Test.java 2>> Test.log

ssaanndduu

Posts: 3
Nickname: ssaanndduu
Registered: Feb, 2003

Re: J2SE error messages Posted: Mar 26, 2003 7:54 AM
Reply to this message Reply
Thank you for your suggestion, dhrubo, but it does not work!

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: J2SE error messages Posted: Mar 26, 2003 10:20 AM
Reply to this message Reply
When asking questions like this, you need to say what operating system you are using, since such things are different in most OSes.

What OS are you using? The above suggestion should work on Unix/Linux, Mac OSX and Windows NT/2k/XP, but not on Windows Me/9x and before.

Dhrubo

Posts: 32
Nickname: dhrubo
Registered: Mar, 2003

Re: J2SE error messages Posted: Mar 26, 2003 8:54 PM
Reply to this message Reply
Sirji i have tried the same on WIN NT 4.0 ,Sun Solaris and WIN 2000 Prof it works ... wha os r u using

ssaanndduu

Posts: 3
Nickname: ssaanndduu
Registered: Feb, 2003

Re: J2SE error messages Posted: Mar 27, 2003 3:01 AM
Reply to this message Reply
Thank you again for your support, Dhrubo and Matt! I must admit that it was my mistake not to mention the OS. And, unfortunately, it is Win 98 :-(

Flat View: This topic has 5 replies on 1 page
Topic: Session Invalidation Previous Topic   Next Topic Topic: Need help with JNI desperately

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use