• 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

jdk1.4.2 problem

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
i have a problem when "upgrading" my code to jdk1.4.2 from jdk1.4.1,
it compiles ok, but when i run the program it writes the following a few times:

03/08/2004 12:12:24 java.util.jar.Attributes readWARNING: Duplicate name in Manifest:

Depends-On

anyone knows what does it mean?

thanks
 
Ranch Hand
Posts: 823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tal,

Don't know for sure but it's possible you have two versions of the same JAR specified on your classpath. If I were you I'd set up my 1.4.2 classpath again from scratch. Perhaps the simplest way of doing that would be to uninstall SDK 1.4.2 (and 1.4.1 if it's still there), then reinstall SDK 1.4.2 and try again.

Hope this helps.

J.
 
reply
    Bookmark Topic Watch Topic
  • New Topic