> From: Henri Gomez
> > 
> > Nothing cannot use the JNI without APR even right now.
> > We are attaching threads (that's the only way how it can be done).
> 
> It's really a pain for example when using JNI from EBCDIC 
> systems like AS400 and BS2000 which need to have translation 
> of strings.

The apr supports EBCDIC using APR_CHARSET_EBCDIC , but only in the small
number of functions, so you will need to translate to/from ASCII.

> 
> BTW, the latest release of APR is 0.9.1 but Apache 2.0.42 use 
> APR 0.9.2, are they compatible ?
>

Apache2 will be built using supported one from 2.0.42, and for the rest
doesn't mater.
The API covering things we are using didn't change. This could be
relevant only for the dso builds, but
all the API from the APR we are using is stable and didn't change AFAIK
for more then 6 months.
 
MT.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to