• 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

Warning:Duplicate name in manifest

 
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I just downloaded J2SE 1.4.2 SDK and installed it to code with. Its all set up fine and working except I keep getting tons of the same warning message every time I run the program. Id really like to get rid of them because it makes debugging a pain when I have to filter through all the warnings to find my println output. Here is the warning I keep getting.

Any one have any idea whats causing this? And more important, how do I get rid of it?
oh yeah, I happen to be using intellij 3.0.4 but I don't see why this would make any difference.
Thanks,
Chris
[ July 03, 2003: Message edited by: Chris Shepherd ]
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had the same thing. I'll bet you didn't un-install the old version and you have the path and classpath still set for the old version.
 
Chris Shepherd
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, I will check into that. This is a brand new windows load, but I did install the 1.4.2 with netbeans first and then uninstalled it.
Thanks for the help.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic