• 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

How to use JWSDP1.3 package wih RAD6.0

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I am trying to generate the java classes from xml schema (.xsd)by using the jwsdp1.3.
I have installed this package on my machine and did the needful enviornment settings. When i am trying to generate the java files from xsd on RAD6.0 i am getting the null pointer exception
[xjc] Compiling file:/C:/jwsdp-1.3/Workspace_Tset/Test/RegionMaster.xsd
[xjc] Writing output to C:\jwsdp-1.3\Workspace_Tset\Test
BUILD FAILED: java.lang.NullPointerException
BUILD FAILED: C:\jwsdp-1.3\Workspace_Tset\Test\build.xml:34: java.lang.NullPointerException

But the same program working correctly on Eclipse.
I am not able to find the cause why it is not working on RAD.
Please Help me. If anyone knows.
Thanks.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic