• 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

ant 1.3 for windows advanced server 2000

 
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can any one tell me ant1.3 works for windows advanced server 2000 too.B'coz i am getting an error
"Exception in thread "main" java.lang.NoClassDefFoundError: Files\SQLLIB\java\db2
java/zip;"
db2java.zip is already set in the classpath.
It worked fine when i was NT OS.
Can any comments on this........
[ January 25, 2002: Message edited by: james edwin ]
 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try renaming db2java.zip to db2java.jar and change the classpath. I recollect seeing something like this related to one of the jakarta projects although I can't recollect which one.
Let us know
Ravi
 
james edwin
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Ravi,
Thanks for the reply.But it's not working.I don't know .when i was having windows NT it was working fine but when i upgraded my OS to advanced server 2000,i am having problems...
Can any comment on this
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
In server startup file just keep "%CLASSPATH%" instead of %CLASSPATH%. i.e., keep classpath in double quotes then It is definetly work.
reply
    Bookmark Topic Watch Topic
  • New Topic