Subject Re: [Firebird-Java] Re: Firebird & Java on iPAQ
Author Roman Rokytskyy
> Roman, i've added jass, log4j-core and mini-j2ee explicity to the
> classpath and now i'm getting another exception:

> Exceção no encadeamento "main" java.lang.NoClassDefFoundError:
> javax.naming.Referenceable
> javax.naming.Referenceable is part of mini-j2ee, but I don't know
> what's wrong...

No, it's not. The javax.resource.Referenceable is part of mini-j2ee.jar, but
not javax.naming.*. You have to look for the standalone JNDI classes for it
(e.g. extract them from the rt.jar).

Hmmm... actually we never planned to run on small devices, but the world
changes and that might be an interesting market for us... I will check
whether it will be hard to make Jaybird compatible with J9 and J2ME.
Meanwhile, can you please add a feature request for this to our tracker?

Thanks!
Roman