Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Handle Events Fired by C# DLL In Java Swing

807580Jan 29 2010 — edited Jan 29 2010
Dear,
I am currently working on a Java Swing app, which reads from the PCMCIA card (MPR5000 by WJ Communication, Inc). I have a DLL from the manufactory that talks to the PCMCIA card. Base on my understanding I need to find a way to make my Java Swing app talk to and handle events fired by this DLL file.
Q1: Is this possible, how can I do it?
Q2: Is this the only solution I have? Also I have the source code for this DLL, is this easier just to convert this DLL to a Java app?

Thanks,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2010
Added on Jan 29 2010
9 comments
526 views