Hi I used AppWizard getting:
#AjaxSwing properties file
#Thu Jun 23 11:58:22 CEST 2022
agent.appStartClass = fp.LabelOne
agent.classPath = C \: \\ LabelOne \\ L1.jar
If I type in the command prompt:
java -cp C:\LabelOne\L1.jar fp.LabelOne
Works
BUT if i use ajaxswing i get the error:
[com.creamtec.ajaxswing.ServletHelper$InProcessClientAgent] Failed to load and run class fp.LabelOne (Exception java.security.AccessControlException)
Ezio De Filippis