• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to avoid java console??

 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I'm developing a chat applet. Its uses Applet - servlet communication. I have a problem here. When my applet calls a servlet , say 'MyServlet', then i get a few lines printed on the console saying ' Opening http://.../MyServlet.. ". These lines are printed automatically.
How do i prevent these lines from appearing on the console.
One of the JavaRanchers replied saying 'set the Debug level to 0'.
How do i set this... Please explain this in detail with code examples if possible
..thanking u,
...kindest regards
...saj
 
reply
    Bookmark Topic Watch Topic
  • New Topic