• 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

Where's WSDL2Java?

 
Bartender
Posts: 1971
17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to run the WSDL2Java code that is supposed to be in: "org.apache.axis.wsdl.WSDL2Java".

I'm a bit confused since I have Axis 1.3 and don't seem to have any of these directories. My CLASSPATH includes the following folders:

AXIS_HOME=C:\axis
AXIS_LIB = C:\axis\lib

Sof if the WSDL2Java is in a JAR file, I'm not sure why I'm not finding it.

When I try to run the WSDL2java command, I get ClassNotFound Errors.

What am I missing?

Thanks much to all.

-- Mike
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
CLASSPATH has to specifically name the jar file, see the tooldocs for javac in your Java installation - should be in /docs/tooldocs/javac.html
see also ../docs/tooldocs/windows/classpath.html
You should get familiar with all of the good things in the tooldocs.
Bill
 
Mike London
Bartender
Posts: 1971
17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Bill. I remember that now. I'm used to working in Eclipse so, fortunately, most of the time, this detail is abstracted once I import the JAR. <s>

-- Mike
 
What are you saying? I thought you said that Santa gave you that. And this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic