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

[1042 byte] By [Beltazor] at [2007-11-26 8:02:13]
# 1
I have no idea what you're trying to do with the printer. But from the exception, it looks like something is trying to exit the JVM? That's probably not the best behavior for a web application.I hope this give you something to look at? ;-)Thanks,-- Marco
mw46 at 2007-7-6 20:34:38 > top of Java-index,Development Tools,Java Tools...
# 2

This printer is a POS printer, (Point of sale printer). Most of applications that use this kind of printers, is a standalone application, but i want to use studio creator, to print his own sales tickets, like wal mart's. i Add all epson jars as library to the proyect, and the code inside the java files is in the java code of the application, when in compile an run the proyect, no errors!, but when i click in the button to send the info to the printer, the browser show the error: access denied, any idea?

Beltazor at 2007-7-6 20:34:38 > top of Java-index,Development Tools,Java Tools...