Hi Stepan,

works fine, thanks!

Anyway, overriding the bootclasspath seems very dangerous to me, as
not all libraries keep upward/downward compatibility.
Could be interesting to see how  the xml api  behaves with a new bcel
in the bootclasspath, will do some tests on that!

Thanks,
Soeren

Stepan Mishura schrieb:
On 4/8/06, Soeren Strassfeld wrote:
Hi List,

the latest Harmony snapshot ships a version of xalan.jar, which seems to
contains
an old version of Jakarta bcel.
When I try to run my bcel based App, I get a NoSuchMethodError:

org/apache/bcel/Repository.lookupClass(Ljava/lang/Class;)Lorg/apache/bcel/classfile/JavaClass;

I checked Repository.class within xalan.jar, and it doesen´t have this
Method
(I use bcel5.2rc1, but this Method is already present in 5.1).

How can I tell Harmony to use my Version (-classpath bcel5.2rc1 does not
work)
of bcel?


Try option:  -Xbootclasspath/p:<specify your path here>

Thanks,
Stepan.

Regards,
Soeren

--

Soeren Strassfeld (nc-straszso at netcologne dot de)



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-----------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Thanks,
Stepan Mishura
Intel Middleware Products Division



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to