Closed SergeiPatiakin closed 1 year ago
I managed to run it locally but it doesn't recognise card reader. It would be nice to have some kind of readme file
@Kasokaso I think you should open a separate issue for that. I managed to run the app fine from a Github release ( https://github.com/OpenSerbianEID/ePorezi/releases/tag/1.2.2-5 ). However, I'm having trouble building the app from source.
You need flag
-Dsun.security.smartcardio.library={pathToDylib} duu to some macOS permissions stuff
Take a look at build.xml for further reference
@najdanovicivan Which JDK (vendor and version) did you use to compile the project?
I used Java 8 from oracle and I compiled it from JetBrains IDEA CE
I am trying to build the application from source. I have installed Java 8 and Ant, but running
ant compile
gives the following error:Do you have any advice? I am a newbie with Java