Hola a todos.
En esta ocacion tengo un problema con estas tecnologias, la cuestion es la siguiente, tengo este codigo:
Código:
try {
FileConnection conect = (FileConnection) Connector.open("file:///definiciones.txt");
pantalla.setCurrent(Form2);
} catch (Exception ex) {
Alert error=new Alert("Error","Mensaje:\n"+ex,null,AlertType.ERROR);
error.setTimeout(Alert.FOREVER);
pantalla.setCurrent(error);
}
y cuando lo ejecuto me manda el siguiente error
Código:
java.lang.SecurityException:
Applicartion not authorized to access the restricted API
alguien sabe a que se debe??
creen que en el foro de java me puedan ayudar mejor??
gracias por su tiempo y ayuda