I'm trying to extract the query's name-value pairs from a URL using J2ME, but it doesn't make it easy. J2ME doesn't have the java.net.URL class nor does String have a split method.
Is there a way to extract name-value pairs from a URL using J2ME? Any open source implementations would be welcome too.