You might be using an old java method that is no longer included in the jre. eg. you cannot stop threads with the stop() method anymore. If you are browsing through the java api docs, some methods are marked depreciated. You are probably using one of these. can you send me the source you are trying to compile? hopefully this helps Rob Harkishin Nachnani <[EMAIL PROTECTED]> wrote: > I get the following warning message after compilaton of any .java file > > Note: c:\jdk1.2\src\java\lang\ThreadGroup.java uses or overrides a > deprecated API. Recompile with "-deprecation" for details. > 1 warning > Process completed successfully > > Any help would be appreciated. > > > > Harkishin Nachnani, > MicroAutomation, Inc., 5160 Parkstone Drive, #140, Chantilly, VA 20151 > Tel: (703) 378-7000 x609 Fax: (703) 378-4321 > Web: www.microaut.com > > ___________________________________________________________________________ > 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 ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 ___________________________________________________________________________ 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
