NB mobility JSR172 sample

View: New views
5 Messages — Rating Filter:   Alert me  

NB mobility JSR172 sample

by Motaz K. Saad :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

JSR172 in mobility sample runs perfectly on the emulator. but when I deploy it to my Nokia 3110c the following error appeared:

No Class Def Found Error java/lang/NoClassDefFoundError java/rmi/RemoteException

Is java in Nokia Series 40 operating system does not support these classes?!

--
Motaz K. Saad
http://motaz.saad.googlepages.com

Re: NB mobility JSR172 sample

by Karol Harezlak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I think it dose since Nokia 3110 classic has implementation fo JSR 172 and

**java.rmi.RemoteException is a part of this specification. You may want to ask directly on Nokia forum and let us know if it is supported.
Thanks,

Karol
**


Motaz K. Saad wrote:

> Hello,
>
> JSR172 in mobility sample runs perfectly on the emulator. but when I
> deploy it to my Nokia 3110c the following error appeared:
>
> No Class Def Found Error java/lang/NoClassDefFoundError
> java/rmi/RemoteException
>
> Is java in Nokia Series 40 operating system does not support these
> classes?!
>
> --
> Motaz K. Saad
> http://motaz.saad.googlepages.com 


--
Karol Harezlak <karol.harezlak@...>
Sun Microsystems, Inc. NetBeans Mobility
Phone: +420-233-009-481 , Mobile: +420-608-432-921


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: NB mobility JSR172 sample

by Motaz K. Saad :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Karol,

unfortunately, web service is not supported by Nokia 3110c which have S40 series OS.
So I can not run my experiments on this mobile phone.

For more information, please refer to

http://www.forum.nokia.com/main/resources/technologies/web_services/index.html

Web Services Support

Web services capabilities are supported in Nokia platforms as follows:

  C++ APIs Java API (J2ME™ Web Services Specification [JSR-172] support)
S60 2nd Edition, Feature Pack 1    
S60 2nd Edition, Feature Pack 2    
S60 2nd Edition, Feature Pack 3  
S60 3rd Edition
S60 3rd Edition, Feature Pack 1
Series 80 2nd Edition  



On Mon, May 5, 2008 at 11:45 AM, Karol Harezlak <Karol.Harezlak@...> wrote:
Hi,
I think it dose since Nokia 3110 classic has implementation fo JSR 172 and

**java.rmi.RemoteException is a part of this specification. You may want to ask directly on Nokia forum and let us know if it is supported.
Thanks,

Karol
**



Motaz K. Saad wrote:
Hello,

JSR172 in mobility sample runs perfectly on the emulator. but when I deploy it to my Nokia 3110c the following error appeared:

No Class Def Found Error java/lang/NoClassDefFoundError java/rmi/RemoteException

Is java in Nokia Series 40 operating system does not support these classes?!

--
Motaz K. Saad
http://motaz.saad.googlepages.com


--
Karol Harezlak <karol.harezlak@...>
Sun Microsystems, Inc. NetBeans Mobility
Phone: +420-233-009-481 , Mobile: +420-608-432-921

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...




--
Motaz K. Saad
http://motaz.saad.googlepages.com

Re: NB mobility JSR172 sample

by Karol Harezlak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well, you are probably right but look at this specification, maybe it is
mistake but JSR 172 is listed as supported.

http://www.forum.nokia.com/devices/3110_classic

Karol

Motaz K. Saad wrote:

> Hello Karol,
>
> unfortunately, web service is not supported by Nokia 3110c which have
> S40 series OS.
> So I can not run my experiments on this mobile phone.
>
> For more information, please refer to
>
> http://www.forum.nokia.com/main/resources/technologies/web_services/index.html
>
>
>     Web Services Support
>
> Web services capabilities are supported in Nokia platforms as follows:
>
>   C++ APIs Java API (J2ME™ Web Services Specification [JSR-172]
> support)
> S60 2nd Edition, Feature Pack 1  
> S60 2nd Edition, Feature Pack 2  
> S60 2nd Edition, Feature Pack 3  
> S60 3rd Edition
> S60 3rd Edition, Feature Pack 1
> Series 80 2nd Edition
>
>
>
>
> On Mon, May 5, 2008 at 11:45 AM, Karol Harezlak
> <Karol.Harezlak@... <mailto:Karol.Harezlak@...>> wrote:
>
>     Hi,
>     I think it dose since Nokia 3110 classic has implementation fo JSR
>     172 and
>
>     **java.rmi.RemoteException is a part of this specification. You
>     may want to ask directly on Nokia forum and let us know if it is
>     supported.
>     Thanks,
>
>     Karol
>     **
>
>
>
>     Motaz K. Saad wrote:
>
>         Hello,
>
>         JSR172 in mobility sample runs perfectly on the emulator. but
>         when I deploy it to my Nokia 3110c the following error appeared:
>
>         No Class Def Found Error java/lang/NoClassDefFoundError
>         java/rmi/RemoteException
>
>         Is java in Nokia Series 40 operating system does not support
>         these classes?!
>
>         --
>         Motaz K. Saad
>         http://motaz.saad.googlepages.com
>
>
>
>     --
>     Karol Harezlak <karol.harezlak@...
>     <mailto:karol.harezlak@...>>
>     Sun Microsystems, Inc. NetBeans Mobility
>     Phone: +420-233-009-481 , Mobile: +420-608-432-921
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: users-unsubscribe@...
>     <mailto:users-unsubscribe@...>
>     For additional commands, e-mail: users-help@...
>     <mailto:users-help@...>
>
>
>
>
> --
> Motaz K. Saad
> http://motaz.saad.googlepages.com 


--
Karol Harezlak <karol.harezlak@...>
Sun Microsystems, Inc. NetBeans Mobility
Phone: +420-233-009-481 , Mobile: +420-608-432-921


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: NB mobility JSR172 sample

by Motaz K. Saad :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, you are right. But I do not know, I think the problem is to sign my application http://wiki.forum.nokia.com/index.php/Java_Security_Domains
I tried to sign my application and request permissions to the required APIs but with no luck (the same error message appeared again!)
http://developers.sun.com/mobility/reference/techart/nbmp40-security.html

the forum.nokia.com registration form [ http://www.qa.live.forum.nokia.com/main/registration/registration.html ] does not work with me even with different ISPs. I need to register to post my question.


On Mon, May 5, 2008 at 8:19 PM, Karol Harezlak <Karol.Harezlak@...> wrote:
Well, you are probably right but look at this specification, maybe it is mistake but JSR 172 is listed as supported.

http://www.forum.nokia.com/devices/3110_classic


Karol

Motaz K. Saad wrote:
Hello Karol,

unfortunately, web service is not supported by Nokia 3110c which have S40 series OS.
So I can not run my experiments on this mobile phone.

For more information, please refer to

http://www.forum.nokia.com/main/resources/technologies/web_services/index.html


   Web Services Support

Web services capabilities are supported in Nokia platforms as follows:

       C++ APIs        Java API (J2ME™ Web Services Specification [JSR-172] support)
S60 2nd Edition, Feature Pack 1                  S60 2nd Edition, Feature Pack 2                  S60 2nd Edition, Feature Pack 3                
S60 3rd Edition                
S60 3rd Edition, Feature Pack 1                
Series 80 2nd Edition            



On Mon, May 5, 2008 at 11:45 AM, Karol Harezlak <Karol.Harezlak@... <mailto:Karol.Harezlak@...>> wrote:

   Hi,
   I think it dose since Nokia 3110 classic has implementation fo JSR
   172 and

   **java.rmi.RemoteException is a part of this specification. You
   may want to ask directly on Nokia forum and let us know if it is
   supported.
   Thanks,

   Karol
   **



   Motaz K. Saad wrote:

       Hello,

       JSR172 in mobility sample runs perfectly on the emulator. but
       when I deploy it to my Nokia 3110c the following error appeared:

       No Class Def Found Error java/lang/NoClassDefFoundError
       java/rmi/RemoteException

       Is java in Nokia Series 40 operating system does not support
       these classes?!

       --        Motaz K. Saad
       http://motaz.saad.googlepages.com



   --    Karol Harezlak <karol.harezlak@...
   <mailto:karol.harezlak@...>>

   Sun Microsystems, Inc. NetBeans Mobility
   Phone: +420-233-009-481 , Mobile: +420-608-432-921

   ---------------------------------------------------------------------
   To unsubscribe, e-mail: users-unsubscribe@...
   <mailto:users-unsubscribe@...>

   For additional commands, e-mail: users-help@...
   <mailto:users-help@...>


--
Karol Harezlak <karol.harezlak@...>
Sun Microsystems, Inc. NetBeans Mobility
Phone: +420-233-009-481 , Mobile: +420-608-432-921



--
Motaz K. Saad
http://motaz.saad.googlepages.com