Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I hav a project to develop a software in JAVA to read and write data from a smart card using Idtech reader. can anybody show me the way to start it..
I hav included the .dll files into my project BUT WHEN I USE WinSCard.dll functions to connect to reader .. M having trouble in implementing it in java..
Its easy to do it in VB but for JAVA ... Please help me out.....
Posted

1 solution

DLL files are not working in Java. You need JAR files.

2 solutions:

- Stick with VB that you know

- Use other system. E.g. Oracle provides JavaCard[^] - that could help you quite a lot.
 
Share this answer
 
v2
Comments
Anil Kumar 23 15-May-12 3:57am    
Hey Torsten,
I know abt dll not working in java but the problem is through JNI layer we can access the dll. The point where m having problem is when m trying to cal the API`s present in dat DLL. Show some light on it if u have nythin..
TorstenH. 15-May-12 5:54am    
Na, I don't play with that stuff. I actually also avoid using JNI when possible.

Where is the problem and what error appears? You need to be more precise to get answers.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900