How can I turn my java class into a executable program that takes in parameters?

65 views Asked by At

I have a java class that currently takes in a string of ZPL and sends it to a zebra printer. My goal is to connect an asp page with this java class. I was hoping that I could turn my java class into an executable and use a WshShell object on my asp page to execute the java class and pass it a string parameter that is supplied on the asp page itself. I have been looking into java applets to see if I could accomplish this task as well, but I am worried that the applet won't be able to access my Zebra Printer through a Tcp/Ip socket connection due to the fact that applets are ran in a "sandbox" mode. Any help would be appreciated.

0

There are 0 answers