Creator Team, i have a question!
Im trying to use a POS printer Epson TM- T88III in a project in studio creator, i have all jar files from the official site of epson, and i have the example files incrusted in java code in the proyect. I did the same wiith a pos star printer, but when i deploy the app, i have this error:
java.security.AccessControlException
access denied (java.lang.RuntimePermission exitVM)
Possible Source of Error:
Class Name: java.security.AccessControlContext
File Name: AccessControlContext.java
Method Name: checkPermission
Line Number: 264
I guess this could be by the strong security policies in java, but i need to print a tickets, how can i avoid the security, to let me print with this printer, i really apreciate ur help in this, because i think no one did something like this before in the forum.
PD. I have checked the www.javapos.com site to see all sources available, but im stuck in the deploy of the application, wich strongly suggest java security policies .
Beltazor

