Which String class functions are supported by MS JVM?
- From: Mark <crabtree8@xxxxxxxxx>
- Date: Sun, 30 Apr 2006 14:13:14 +0200
Hi group,
I work on a java applet and I would like it to be compatible with the
old Microsoft JVM on Win2000 for example. Now the MS JVM doesn't
support some functions in the String library, like split() and
compareToIgnoreCase(). No problem, but I would like to know which
functions are not supported. I cannot find the information on the
internet and my compiler doesn't complain if I use unsupported
functions (Eclipse, set to compiler compliance level set to 1.3).
tia, Mark
.
- Follow-Ups:
- Prev by Date: Saving Arabic Text
- Next by Date: package namings
- Previous by thread: Saving Arabic Text
- Next by thread: Re: Which String class functions are supported by MS JVM?
- Index(es):