Java applet can't find JavaPOS configuration files
问题 I've created an applet that uses JavaPOS to communicate with a payment terminal on the user's local system. When run from within the Eclipse IDE, the applet works fine, but not when run in a browser. In a browser, the applet can't seem to find the jpos/res/jpos.properties and jposxml.cfg files. When the following statements are executed in the applet (in the start() method, not init()): JposEntryRegistry registry = JposServiceLoader.getManager().getEntryRegistry(); registry.load(); this is