Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

Can I create a .jar file on FFS? | Telit Cinterion IoT Developer Community

September 8, 2015 - 11:01am, 8977 views

I try to open a jar file using following code:

FileConnection fconn = (FileConnection) Connector.open("file:///a:/test.jar", Connector.READ_WRITE);

However it always return

"Application not authorized to access the restricted API:javax.microedition.io.Connector.file.manufacturer"

How can I access a jar file without security?