Hello!!
I am developing (or trying to develop MIDlets using JBuilder and Nokia Developer's Suite), and to learn how to do it, i am reading the document Brief_Introduction_to_Networked_MIDlets_v1_0.pdf that I downloaded from the Forum Nokia Webpage.
But, when i try to make the proyect in the JBuilder 8, he said:
"SumServlet.java": Error #: 314 : cannot access class java.io.Serializable; class not found: class java.io.Serializable
"SumServlet.java": Error #: 314 : cannot access class java.io.PrintWriter; class not found: class java.io.PrintWriter at line 87, column 52
I guess it is a problem of the JDK that i have chosen in the Project->Properties, but i have tried to changed to another and it never finds them!!!
Why the SDKs that i use dont have all the classes defined in the API??
How can i resolve my problem?
Anybody could help me???
Thanks!!!

Reply With Quote

