This week's book giveaway is in the Cloud/Virtualization forum.
We're giving away four copies of Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud and have Kyle Brown, Bobby Woolf and Joseph Yodor on-line!
See this thread for details.
  • 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Java Console questions

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to debug an applet and am having a problem with the java console.
If I run the applet (in appletviewer or IE) on my machine on the network, the java console sends the appropriate info including system.out lines that I have included in the applet.
However, if I run the applet on any other machine in my network, the java console does nothing and doesn't pop up automatically in IE like it does on my machine.
The applet communicates with a server program through sockets, and that program is on a seperate machine from any of these tests.
Might my java console be different because it is the development machine, and I've installed the JDK there?
How can i do debugging from other machines (ie, how can I get the verbose java console) that don't have the JDK/JDSDK installed?
 
Erick Smith
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, I figured this out. I just needed to enable 'show java console' in the java plugin settings, not the IE or netscape settings.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic