cancel
Showing results for 
Search instead for 
Did you mean: 

CrEme: on what Java version is based?

Former Member
0 Kudos

Hi everyone!

I'm developing OCA applications (for handheld), and as part of the device client installation it's the CrEme as the java virtual machine.

I have the impression that the development version of java (at least for NWDS) is java 5, however when I run an application with classes or methods from java 5, CrEme throws the exception "java.lang.NoSuchMethodError". This happened to me with two methods of String class:

public static String format(Locale l, String format,Object... args) // Since 1.5
public String replace(CharSequence target, CharSequence replacement) // Since 1.5

The weird thing is I'm using the StringBuilder class too (valid since java 1.5 too) and the application not throws exceptions!!

So my question is: what classes and methods are supported for CrEme? from wich jdk version's?

PD: In nsicom.com (CreMe homepage) at CrEme 4.x documentation's, appear jdk 1.3.1 like the based version.

Best regards,

Simon.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

exactly....jdk 1.3

Former Member
0 Kudos

Hi Vidyadhar,

If the jdk is 1.3, so why it's possible use the class StringBuilder???

Best regards,

Simon.

Former Member
0 Kudos

I am not sure Simon. May be NSICOM provided some custom API's on top of it.

Regards

Vidyadhar

Answers (0)