En esta ocacion tengo un problema con estas tecnologias, la cuestion es la siguiente, tengo este codigo:
Código:
y cuando lo ejecuto me manda el siguiente errortry { 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); }
Código:
alguien sabe a que se debe??java.lang.SecurityException: Applicartion not authorized to access the restricted API
creen que en el foro de java me puedan ayudar mejor??
gracias por su tiempo y ayuda