• 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

What does this warning mean?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm compiling an applet in JBuilder and I get this warning. Not to mention the applet will not work in internet explorer either. What's the deal?
Warning #: 908 : check sourcepath; source c:\Documents and Settings\Steve\java\appletchat\src\appletchat\IMclient.java cannot be found on sourcepath by appending \IMclient.java to each sourcepath entry
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe this is an error due to the fact that your classpath has not been set correctly. If you're using a pakage name, ensure that your classes can be found by appending the [packageName].[className] to the end of either the current directory, or any entry in your system classpath.
HTH,
Reuben Cleetus.

Originally posted by Steve B:
I'm compiling an applet in JBuilder and I get this warning. Not to mention the applet will not work in internet explorer either. What's the deal?
Warning #: 908 : check sourcepath; source c:\Documents and Settings\Steve\java\appletchat\src\appletchat\IMclient.java cannot be found on sourcepath by appending \IMclient.java to each sourcepath entry


 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic