Hi, currently we are developing an application, which has to have the same
functionality both in online and offline mode.
For the vusual interface we are using HTMLB Library from SAP. When we tried
to run the applicatoin on Pocket PC there was the following problem :
- using Java Virtual Machine CrEme version 3.2.2 in package with SAP Mobile
Engine 2.1 for Pocket PC and HTMLB library we recieved
java.lang.NoSuchMethodError: java.util.Vector: method
add(Ljava/lang/Object;)Z not found
at
com.sapportals.htmlb.rendering.PageContextFactory.registerRendererContext()
The reason is that HTMLB library uses class java.util.Vector and its method
add(java/lang/Object), but in the JVM this class has
addElement(java/lang/Object) method instead of addadd(java/lang/Object).
CrEme is product of NSIcom and in the newest version this problem is not
resolved, we assume that the solution is in using a different version
of HTMLB library.
Can you tell us how to resolve this problem?
Best Regards,
Aneta Angova