I have a problem, in the class generated by WebService Wizard of codename one. I can do the import java.io.PrintWriter, but when I compile the project I get this error:
error: cannot access
PrintWriter PrintWriter out = response.getWriter();
class file for java.io.PrintWriter not found
Any suggestions?