• 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

BeanContextChild class and java 1.1.8. Please help!

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm trying to run a JavaBeans based app on a PDA running Java 1.1.8 but am getting an error:
'NOClassDefFoundError:java/beans/beancontext/BeanContextChild'

I realise this is because the BeanContextChild class is only available from Java 1.2 but I need to know if there is some way to get around this as updating to a newer jdk is not an option. Could I possibly add this class or the beancontext package to my existing libraries for example and if so where would I find them?

Any help would be greatly appreciated as this is quite urgent.

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic