Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » PocketPC: URLDecoder.decode unknown in j9
PocketPC: URLDecoder.decode unknown in j9 [message #278112] Wed, 22 December 2004 10:18 Go to next message
Eclipse UserFriend
Hi,

I got an exception java.lang.NoSuchMethodError if I use
java.net.URLDecoder.decode(java.lang.String).

Have anybody an idea, what I can do?

Bye Stefan
Re: PocketPC: URLDecoder.decode unknown in j9 [message #278156 is a reply to message #278112] Thu, 23 December 2004 10:55 Go to previous messageGo to next message
Eclipse UserFriend
Which class library are you using with J9 (core, max, CLDC, etc.)?
java.net.URLDecoder may not be included in that class library.

Thomas

Stefan Pietsch wrote:
> Hi,
>
> I got an exception java.lang.NoSuchMethodError if I use
> java.net.URLDecoder.decode(java.lang.String).
>
> Have anybody an idea, what I can do?
>
> Bye Stefan
>
>
Re: PocketPC: URLDecoder.decode unknown in j9 [message #278229 is a reply to message #278156] Mon, 27 December 2004 03:57 Go to previous message
Eclipse UserFriend
Hi Thomas,

in the meantime I've got an answer from ibm. They advised me, to implement
my own URLDecoder.decode like the implementation of URLDecoder in jclPPro of
Websphere Studio.

That works.

Thanks Stefan

"Thomas M
Previous Topic:external jar
Next Topic:java.lang.VerifyError 3.1M4
Goto Forum:
  


Current Time: Sun Jul 27 08:08:35 EDT 2025

Powered by FUDForum. Page generated in 0.04732 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top