I need help resolving this error.
java.lang.UnsatisfiedLinkError: no jp_co_epson_upos_firm_FirmNativeAccess_1_14_0001 in java.library.path
I want to use EpsonJavaPOS for printing.
Following are the steps I've succeeded so far.
- Tried to install JavaPOS in windows 10(64 bit), But was partially successful and hence copied the installation folder in windows 7 to windows 10.
- I've configured the printer in setupPOS.exe application.
And as a next step I'm trying to run checkup health from checkuphealth.bat file But receiving the above mentioned exception.
If I try to use the
System.setProperty(JposPropertiesConst.JPOS_POPULATOR_FILE_PROP_NAME, "/path of jpos.xml");
as solution to the above mentioned exception, It's throwing null pointer exception.
Can anyone help on these issues?