• 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

finding or replacing gnu.xml.datatype. JAXPDatatypeFactory

 
Trailboss
Posts: 23773
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a little program that runs fine on the sun JVM (jdk1.6.0_02).

I need to run it on a "windows mobile" contraption that has "mysaifu JVM" on it. I've run a couple of small JSE test apps there. When I run my app, it looks like some use of XML stuff crashes it. Something about how it cannot load gnu.xml.datatype.JAXPDatatypeFactory ...

My first thought is to go out and get some jar file that has this in it. So far, I haven't been able to find anything.

I'm beginning to think that I either need to get some other XML engine, or just leave out all of the XML stuff.

Anybody familiar with this sort of thing?
 
reply
    Bookmark Topic Watch Topic
  • New Topic